Error trying to build nagios plugins 1.4.12 on RHEL4 AMD 64

Richardson, Joshua A. Joshua.Richardson at gd-ais.com
Tue Aug 5 21:17:55 CEST 2008


Hi all,

I'm trying to build Nagios Plugins 1.4.12 on my AMD64 RHEL4 box.  The
configure script runs without issue, but when I try to build it I always
error out on check_disk.c calling 'get_fs_usage'

check_disk.o(.text+0x1a8e): In function `main':
/home/joshrich/nagDownloads/nagios-plugins-1.4.12/plugins/check_disk.c:2
62: undefined reference to `get_fs_usage'
check_disk.o(.text+0x1c06):/home/joshrich/nagDownloads/nagios-plugins-1.
4.12/plugins/check_disk.c:307: undefined reference to `get_fs_usage'
collect2: ld returned 1 exit status
make[2]: *** [check_disk] Error 1
make[2]: Leaving directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12'
make: *** [all] Error 2

This builds completely fine if I pass the -m32 flag to GCC and I've had
no issues building Nagios itself in 64 bit.  Any suggestions on what I
could be doing wrong?  I've included the Configure and Make outputs
below.  Thanks!!

Joshua A. Richardson
Senior Systems Engineer
joshua.richardson at gd-ais.com
(703) 272-1761 -- Office
(540) 383-9093 -- Cell

CONFIGURE OUTPUT
[root at whale nagios-plugins-1.4.12]# ./configure
--with-nagios-user=nagios --with-nagios-group=nagios
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc -m64
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -m64 accepts -g... yes
checking for gcc -m64 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc -m64... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -m64 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether gcc -m64 needs -traditional... no
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc -m64... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc -m64 object...
ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if gcc -m64 supports -fno-rtti -fno-exceptions... no
checking for gcc -m64 option to produce PIC... -fPIC
checking if gcc -m64 PIC flag -fPIC works... yes
checking if gcc -m64 static flag -static works... yes
checking if gcc -m64 supports -c -o file.o... yes
checking whether the gcc -m64 linker (/usr/bin/ld -m elf_x86_64)
supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports
shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether gcc -m64 and cc understand -c and -o together... yes
checking for error_at_line... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for working strtod... yes
checking for python... /usr/bin/python
checking for sh... /bin/sh
checking for perl... /usr/bin/perl
checking for libgnutls-config... no
checking for hostname... /bin/hostname
checking for basename... /bin/basename
checking for main in -ldce... no
checking for main in -lnsl... yes
checking for socket in -lsocket... no
checking for main in -lresolv... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for floor in -lm... yes
checking for plan_tests in -ltap... no
checking for main in -lcrypt... yes
checking for PQsetdbLogin in -lpq... no
configure: WARNING: Skipping PostgreSQL plugin (check_pgsql)
configure: WARNING: LIBS="-lcrypt " CPPFLAGS=""
configure: WARNING: install PostgreSQL libs to compile this plugin (see
REQUIREMENTS).
checking for rc_read_config in -lradiusclient... no
checking for rc_read_config in -lradiusclient-ng... no
configure: WARNING: Skipping radius plugin
configure: WARNING: install radius libs to compile this plugin (see
REQUIREMENTS).
checking for main in -lldap... yes
checking for ldap_set_option... yes
checking for ldap_init... yes
checking for ldap_set_option... (cached) yes
checking for ldap_get_option... yes
checking for ldap_start_tls_s... yes
checking linux/hdreg.h usability... yes
checking linux/hdreg.h presence... yes
checking for linux/hdreg.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/hdreg.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_init in -lmysqlclient... yes
checking for IPv6 support... yes
checking krb5.h usability... yes
checking krb5.h presence... yes
checking for krb5.h... yes
checking for dlopen in -ldl... yes
checking for shl_load in -ldl... no
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for CRYPTO_lock in -lcrypto... yes
checking for main in -lssl... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking uio.h usability... no
checking uio.h presence... no
checking for uio.h... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/unistd.h usability... yes
checking sys/unistd.h presence... yes
checking for sys/unistd.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for mbstate_t... yes
checking for va_copy... yes
checking for memmove... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for floor... no
checking for poll... yes
checking return type of socket size... int
checking for ps... /bin/ps
checking for ps syntax... /bin/ps axwo 'stat uid pid ppid vsz rss pcpu
comm args'
checking for ping... /bin/ping
checking for ping6... /bin/ping6
checking for ICMP ping syntax... /bin/ping -n -U -w %d -c %d %s
checking for ICMPv6 ping syntax... /bin/ping6 -n -U -w %d -c %d %s
checking for nslookup... /usr/bin/nslookup
checking for nslookup syntax... /usr/bin/nslookup -sil
checking for number of cpus... sysconf(_SC_NPROCESSORS_CONF)
checking for uptime... /usr/bin/uptime
checking for rpcinfo... /usr/sbin/rpcinfo
checking for lmstat... no
configure: WARNING: Get lmstat from Globetrotter Software to monitor
flexlm licenses
checking for smbclient... /usr/bin/smbclient
checking for who... /usr/bin/who
checking for snmpget... /usr/bin/snmpget
checking for snmpgetnext... /usr/bin/snmpgetnext
checking for Net::SNMP perl module... found
checking for quakestat... no
checking for qstat... no
configure: WARNING: Get qstat from
http://www.activesw.com/people/steve/qstat.html in order to make
check_game plugin
checking for fping... no
configure: WARNING: Get fping from http://www.fping.com in order to make
check_fping plugin
checking for ssh... /usr/bin/ssh
checking for mailq... /usr/bin/mailq
checking for qmail-qstat... no
configure: WARNING: Could not find qmail-qstat or eqivalent
checking for swap... no
checking for swapinfo... no
checking for lsps... no
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/swap.h... yes
checking whether swapctl is declared... no
checking for swaptbl_t... no
checking for swapent_t... no
checking for struct swapent.se_nblks... no
checking for /proc/meminfo... found /proc/meminfo
checking for dig... /usr/bin/dig
checking for apt-get... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
configure: See
http://nagiosplugins.org/faq/compile/configure_appears_to_hang if this
next part takes a long time
checking for redhat spopen problem... okay
checking for working alloca.h... yes
checking for alloca... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for sys/param.h... (cached) yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/fs_types.h usability... no
checking sys/fs_types.h presence... no
checking for sys/fs_types.h... no
checking for sys/socket.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for math.h... (cached) yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking whether system is Windows or MSDOS... no
checking whether // is distinct from /... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking whether the preprocessor supports include_next... yes
checking whether <sys/socket.h> is self-contained... yes
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking for working GNU getopt function... yes
checking whether getenv is declared... yes
checking for nl_langinfo and CODESET... yes
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for isblank... yes
checking for iswctype... yes checking whether to use NLS... yes
checking where the gettext function comes from... libc
configure: See
http://nagiosplugins.org/faq/compile/configure_appears_to_hang if this
next part takes a long time
checking for redhat spopen problem... okay
checking for working alloca.h... yes
checking for alloca... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for sys/param.h... (cached) yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/fs_types.h usability... no
checking sys/fs_types.h presence... no
checking for sys/fs_types.h... no
checking for sys/socket.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for math.h... (cached) yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking whether system is Windows or MSDOS... no
checking whether // is distinct from /... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking whether the preprocessor supports include_next... yes
checking whether <sys/socket.h> is self-contained... yes
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking for working GNU getopt function... yes
checking whether getenv is declared... yes
checking for nl_langinfo and CODESET... yes
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for isblank... yes
checking for iswctype... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking for wcscoll... yes
checking for pipe... yes
checking for vasnprintf... no
checking for iswcntrl... yes
checking for ssize_t... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether strdup is declared... yes
checking for working strerror function... yes
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking for EOVERFLOW... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether vsnprintf is declared... yes
checking for alloca as a compiler built-in... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether // is distinct from /... (cached) no
checking for error_at_line... (cached) yes
checking whether floorf is declared... yes
checking for sys/mount.h... yes
configure: checking how to get file system space usage
checking for statvfs function (SVR4)... no
checking for 3-argument statfs function (DEC OSF/1)... no
checking for two-argument statfs with statfs.bsize member (AIX,
4.3BSD)... no
checking for four-argument statfs (AIX-3.2.5, SVR3)... no
checking for two-argument statfs with statfs.fsize member (4.4BSD and
NetBSD)... no
checking for two-argument statfs with struct fs_data (Ultrix)... no
configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
checking for library containing getaddrinfo... none required
checking for getaddrinfo... yes
checking for gai_strerror (possibly via ws2tcpip.h)... yes
checking for library containing gethostbyname... none required
checking for library containing getservbyname... none required
checking for gethostbyname... yes
checking whether getaddrinfo is declared... yes
checking whether freeaddrinfo is declared... yes
checking whether gai_strerror is declared... yes
checking whether getnameinfo is declared... yes
checking for struct addrinfo... yes
checking for gethostname... yes
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for perfstat_cpu_total in -lperfstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking for inet_ntop... yes
checking whether inet_ntop is declared... yes
checking whether the compiler generally respects inline... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for listmntent... no
checking for getmntinfo... no
checking for sys/ucred.h... no
checking for sys/mount.h... (cached) yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking for sys/fs_types.h... (cached) no
checking for struct fsstat.f_fstypename... no
checking for library containing getmntent... none required
checking for getmntent... yes
checking for listmntent of Cray/Unicos-9... no
checking for mntctl function and struct vmount... no
checking for one-argument getmntent function... yes
checking sys/mntent.h usability... no
checking sys/mntent.h presence... no
checking for sys/mntent.h... no
checking for struct statfs.f_fstypename... no
checking whether <netinet/in.h> is self-contained... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for working re_compile_pattern... no
checking whether isblank is declared... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for snprintf... yes
checking for socklen_t... yes
checking for ssize_t... (cached) yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for bit size of ptrdiff_t... 64
checking for bit size of sig_atomic_t... 32
checking for bit size of size_t... 64
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... no
checking for ptrdiff_t integer literal suffix... l
checking for sig_atomic_t integer literal suffix... 
checking for size_t integer literal suffix... ul
checking for wchar_t integer literal suffix... 
checking for wint_t integer literal suffix... u
checking for strdup... (cached) yes
checking for working strndup... yes
checking for working strnlen... yes
checking whether <sys/socket.h> is self-contained... (cached) yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for ptrdiff_t... yes
checking for snprintf... (cached) yes
checking for wcslen... yes
checking whether _snprintf is declared... no
checking for vasprintf... yes
checking for vsnprintf... yes
checking whether <wchar.h> is standalone... yes
checking for stdint.h... (cached) yes
configure: creating ./config.status
config.status: creating gl/Makefile
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating plugins/Makefile
config.status: creating lib/tests/Makefile
config.status: creating plugins-root/Makefile
config.status: creating plugins-scripts/Makefile
config.status: creating plugins-scripts/subst
config.status: creating plugins-scripts/utils.pm
config.status: creating plugins-scripts/utils.sh
config.status: creating perlmods/Makefile
config.status: creating command.cfg
config.status: creating test.pl
config.status: creating pkg/solaris/pkginfo
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
            --with-apt-get-command: 
              --with-ping6-command: /bin/ping6 -n -U -w %d -c %d %s
               --with-ping-command: /bin/ping -n -U -w %d -c %d %s
                       --with-ipv6: yes
                      --with-mysql: /usr/bin/mysql_config
                    --with-openssl: yes
                     --with-gnutls: no
               --enable-extra-opts: no
                       --with-perl: /usr/bin/perl
             --enable-perl-modules: no
                     --with-cgiurl: /nagios/cgi-bin
               --with-trusted-path: /bin:/sbin:/usr/bin:/usr/sbin

MAKE OUTPUT
[root at whale nagios-plugins-1.4.12]# make
make  all-recursive
make[1]: Entering directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12'
Making all in gl
make[2]: Entering directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12/gl'
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  cat ./alloca.in.h; \
} > alloca.h-t
mv -f alloca.h-t alloca.h
rm -f configmake.h-t configmake.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  echo '#define PREFIX "/usr/local/nagios"'; \
  echo '#define EXEC_PREFIX "/usr/local/nagios"'; \
  echo '#define BINDIR "/usr/local/nagios/bin"'; \
  echo '#define SBINDIR "/usr/local/nagios/sbin"'; \
  echo '#define LIBEXECDIR "/usr/local/nagios/libexec"'; \
  echo '#define DATAROOTDIR "/usr/local/nagios/share"'; \
  echo '#define DATADIR "/usr/local/nagios/share"'; \
  echo '#define SYSCONFDIR "/usr/local/nagios/etc"'; \
  echo '#define SHAREDSTATEDIR "/usr/local/nagios/com"'; \
  echo '#define LOCALSTATEDIR "/usr/local/nagios/var"'; \
  echo '#define INCLUDEDIR "/usr/local/nagios/include"'; \
  echo '#define OLDINCLUDEDIR "/usr/include"'; \
  echo '#define DOCDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
  echo '#define INFODIR "/usr/local/nagios/share/info"'; \
  echo '#define HTMLDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
  echo '#define DVIDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
  echo '#define PDFDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
  echo '#define PSDIR "/usr/local/nagios/share/doc/nagios-plugins"'; \
  echo '#define LIBDIR "/usr/local/nagios/lib"'; \
  echo '#define LISPDIR ""'; \
  echo '#define LOCALEDIR "/usr/local/nagios/share/locale"'; \
  echo '#define MANDIR "/usr/local/nagios/share/man"'; \
  echo '#define MANEXT ""'; \
  echo '#define PKGDATADIR "/usr/local/nagios/share/nagios-plugins"'; \
  echo '#define PKGINCLUDEDIR
"/usr/local/nagios/include/nagios-plugins"'; \
  echo '#define PKGLIBDIR "/usr/local/nagios/lib/nagios-plugins"'; \
  echo '#define PKGLIBEXECDIR ""'; \
} | sed '/""/d' > configmake.h-t
mv configmake.h-t configmake.h
rm -f math.h-t math.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
      -e 's|@''NEXT_MATH_H''@|<math.h>|g' \
      -e 's|@''GNULIB_CEILF''@|0|g' \
      -e 's|@''GNULIB_CEILL''@|0|g' \
      -e 's|@''GNULIB_FLOORF''@|1|g' \
      -e 's|@''GNULIB_FLOORL''@|0|g' \
      -e 's|@''GNULIB_FREXP''@|0|g' \
      -e 's|@''GNULIB_FREXPL''@|0|g' \
      -e 's|@''GNULIB_ISFINITE''@|0|g' \
      -e 's|@''GNULIB_LDEXPL''@|0|g' \
      -e 's|@''GNULIB_MATHL''@|0|g' \
      -e 's|@''GNULIB_ROUND''@|0|g' \
      -e 's|@''GNULIB_ROUNDF''@|0|g' \
      -e 's|@''GNULIB_ROUNDL''@|0|g' \
      -e 's|@''GNULIB_SIGNBIT''@|0|g' \
      -e 's|@''GNULIB_TRUNC''@|0|g' \
      -e 's|@''GNULIB_TRUNCF''@|0|g' \
      -e 's|@''GNULIB_TRUNCL''@|0|g' \
      -e 's|@''HAVE_DECL_ACOSL''@|1|g' \
     -e 's|@''HAVE_DECL_ASINL''@|1|g' \
      -e 's|@''HAVE_DECL_ATANL''@|1|g' \
      -e 's|@''HAVE_DECL_COSL''@|1|g' \
      -e 's|@''HAVE_DECL_EXPL''@|1|g' \
      -e 's|@''HAVE_DECL_FREXPL''@|1|g' \
      -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
      -e 's|@''HAVE_DECL_LOGL''@|1|g' \
      -e 's|@''HAVE_DECL_SINL''@|1|g' \
      -e 's|@''HAVE_DECL_SQRTL''@|1|g' \
      -e 's|@''HAVE_DECL_TANL''@|1|g' \
      -e 's|@''HAVE_DECL_TRUNC''@|1|g' \
      -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
      -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
      -e 's|@''REPLACE_CEILF''@|0|g' \
      -e 's|@''REPLACE_CEILL''@|0|g' \
      -e 's|@''REPLACE_FLOORF''@|0|g' \
      -e 's|@''REPLACE_FLOORL''@|0|g' \
      -e 's|@''REPLACE_FREXP''@|0|g' \
      -e 's|@''REPLACE_FREXPL''@|0|g' \
      -e 's|@''REPLACE_ISFINITE''@|0|g' \
      -e 's|@''REPLACE_LDEXPL''@|0|g' \
      -e 's|@''REPLACE_ROUND''@|0|g' \
      -e 's|@''REPLACE_ROUNDF''@|0|g' \
      -e 's|@''REPLACE_ROUNDL''@|0|g' \
      -e 's|@''REPLACE_SIGNBIT''@|0|g' \
      -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|0|g' \
      -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h'
\
      < ./math.in.h; \
} > math.h-t
mv math.h-t math.h
rm -f stdint.h-t stdint.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's/@''HAVE_STDINT_H''@/1/g' \
      -e 's/@''INCLUDE_NEXT''@/include_next/g' \
      -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
      -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
      -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
      -e 's/@''HAVE_SYS_BITYPES_H''@/1/g' \
      -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
      -e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g' \
      -e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \
      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
      -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_SIZE_T''@/64/g' \
      -e 's/@''SIZE_T_SUFFIX''@/ul/g' \
      -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
      -e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
      -e 's/@''WCHAR_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_WINT_T''@/32/g' \
      -e 's/@''HAVE_SIGNED_WINT_T''@/0/g' \
      -e 's/@''WINT_T_SUFFIX''@/u/g' \
      < ./stdint.in.h; \
} > stdint.h-t
mv stdint.h-t stdint.h
rm -f stdio.h-t stdio.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
      -e 's|@''GNULIB_FPRINTF_POSIX''@|0|g' \
      -e 's|@''GNULIB_PRINTF_POSIX''@|0|g' \
      -e 's|@''GNULIB_SNPRINTF''@|1|g' \
      -e 's|@''GNULIB_SPRINTF_POSIX''@|0|g' \
      -e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g' \
      -e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \
      -e 's|@''GNULIB_VSNPRINTF''@|1|g' \
      -e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \
      -e 's|@''GNULIB_VASPRINTF''@|1|g' \
      -e 's|@''GNULIB_FOPEN''@|0|g' \
      -e 's|@''GNULIB_FREOPEN''@|0|g' \
      -e 's|@''GNULIB_FSEEK''@|0|g' \
      -e 's|@''GNULIB_FSEEKO''@|0|g' \
      -e 's|@''GNULIB_FTELL''@|0|g' \
      -e 's|@''GNULIB_FTELLO''@|0|g' \
      -e 's|@''GNULIB_FFLUSH''@|0|g' \
      -e 's|@''GNULIB_GETDELIM''@|0|g' \
      -e 's|@''GNULIB_GETLINE''@|0|g' \
      -e 's|@''REPLACE_FPRINTF''@|0|g' \
      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
      -e 's|@''REPLACE_PRINTF''@|0|g' \
      -e 's|@''REPLACE_VPRINTF''@|0|g' \
      -e 's|@''REPLACE_SNPRINTF''@|0|g' \
      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
      -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
      -e 's|@''REPLACE_SPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
      -e 's|@''HAVE_VASPRINTF''@|1|g' \
      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
      -e 's|@''REPLACE_FOPEN''@|0|g' \
      -e 's|@''REPLACE_FREOPEN''@|0|g' \
      -e 's|@''REPLACE_FSEEKO''@|0|g' \
      -e 's|@''REPLACE_FSEEK''@|0|g' \
      -e 's|@''REPLACE_FTELLO''@|0|g' \
      -e 's|@''REPLACE_FTELL''@|0|g' \
      -e 's|@''REPLACE_FFLUSH''@|0|g' \
      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
      -e 's|@''REPLACE_GETLINE''@|0|g' \
      -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h'
\
      < ./stdio.in.h; \
} > stdio.h-t
mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
      -e 's|@''GNULIB_MALLOC_POSIX''@|1|g' \
      -e 's|@''GNULIB_REALLOC_POSIX''@|0|g' \
      -e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \
      -e 's|@''GNULIB_GETSUBOPT''@|0|g' \
      -e 's|@''GNULIB_MKDTEMP''@|0|g' \
      -e 's|@''GNULIB_MKSTEMP''@|0|g' \
      -e 's|@''GNULIB_PUTENV''@|0|g' \
      -e 's|@''GNULIB_SETENV''@|0|g' \
      -e 's|@''GNULIB_UNSETENV''@|0|g' \
      -e 's|@''HAVE_CALLOC_POSIX''@|1|g' \
      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
      -e 's|@''HAVE_MALLOC_POSIX''@|1|g' \
      -e 's|@''HAVE_MKDTEMP''@|1|g' \
      -e 's|@''HAVE_REALLOC_POSIX''@|1|g' \
      -e 's|@''HAVE_SETENV''@|1|g' \
      -e 's|@''HAVE_UNSETENV''@|1|g' \
      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
      -e 's|@''REPLACE_PUTENV''@|0|g' \
      -e 's|@''VOID_UNSETENV''@|0|g' \
      -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h'
\
      < ./stdlib.in.h; \
} > stdlib.h-t
mv stdlib.h-t stdlib.h
rm -f string.h-t string.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
      -e 's|@''GNULIB_MBSLEN''@|0|g' \
      -e 's|@''GNULIB_MBSNLEN''@|0|g' \
      -e 's|@''GNULIB_MBSCHR''@|0|g' \
      -e 's|@''GNULIB_MBSRCHR''@|0|g' \
      -e 's|@''GNULIB_MBSSTR''@|0|g' \
      -e 's|@''GNULIB_MBSCASECMP''@|0|g' \
      -e 's|@''GNULIB_MBSNCASECMP''@|0|g' \
      -e 's|@''GNULIB_MBSPCASECMP''@|0|g' \
      -e 's|@''GNULIB_MBSCASESTR''@|0|g' \
      -e 's|@''GNULIB_MBSCSPN''@|0|g' \
      -e 's|@''GNULIB_MBSPBRK''@|0|g' \
      -e 's|@''GNULIB_MBSSPN''@|0|g' \
      -e 's|@''GNULIB_MBSSEP''@|0|g' \
      -e 's|@''GNULIB_MBSTOK_R''@|0|g' \
      -e 's|@''GNULIB_MEMMEM''@|0|g' \
      -e 's|@''GNULIB_MEMPCPY''@|0|g' \
      -e 's|@''GNULIB_MEMRCHR''@|0|g' \
      -e 's|@''GNULIB_STPCPY''@|0|g' \
      -e 's|@''GNULIB_STPNCPY''@|0|g' \
      -e 's|@''GNULIB_STRCHRNUL''@|0|g' \
      -e 's|@''GNULIB_STRDUP''@|1|g' \
      -e 's|@''GNULIB_STRNDUP''@|1|g' \
      -e 's|@''GNULIB_STRNLEN''@|1|g' \
      -e 's|@''GNULIB_STRPBRK''@|0|g' \
      -e 's|@''GNULIB_STRSEP''@|0|g' \
      -e 's|@''GNULIB_STRSTR''@|0|g' \
      -e 's|@''GNULIB_STRCASESTR''@|0|g' \
      -e 's|@''GNULIB_STRTOK_R''@|0|g' \
      -e 's|@''GNULIB_STRERROR''@|1|g' \
      -e 's|@''GNULIB_STRSIGNAL''@|0|g' \
      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
      -e 's|@''HAVE_MEMPCPY''@|1|g' \
      -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
      -e 's|@''HAVE_STPCPY''@|1|g' \
     -e 's|@''HAVE_STPNCPY''@|1|g' \
      -e 's|@''HAVE_STRCHRNUL''@|1|g' \
      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
      -e 's|@''HAVE_STRNDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
      -e 's|@''HAVE_STRPBRK''@|1|g' \
      -e 's|@''HAVE_STRSEP''@|1|g' \
      -e 's|@''HAVE_STRCASESTR''@|1|g' \
      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRERROR''@|1|g' \
      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
      -e 's|@''REPLACE_MEMMEM''@|0|g' \
      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
      -e 's|@''REPLACE_STRSTR''@|0|g' \
      -e 's|@''REPLACE_STRERROR''@|0|g' \
      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
      -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h'
\
      < ./string.in.h; \
} > string.h-t
mv string.h-t string.h
rm -f unistd.h-t unistd.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  sed -e 's|@''HAVE_UNISTD_H''@|1|g' \
      -e 's/@''INCLUDE_NEXT''@/include_next/g' \
      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
      -e 's|@''GNULIB_CHOWN''@|0|g' \
      -e 's|@''GNULIB_DUP2''@|0|g' \
      -e 's|@''GNULIB_FCHDIR''@|0|g' \
      -e 's|@''GNULIB_FTRUNCATE''@|0|g' \
      -e 's|@''GNULIB_GETCWD''@|0|g' \
      -e 's|@''GNULIB_GETLOGIN_R''@|0|g' \
      -e 's|@''GNULIB_GETPAGESIZE''@|0|g' \
      -e 's|@''GNULIB_LCHOWN''@|0|g' \
      -e 's|@''GNULIB_LSEEK''@|0|g' \
      -e 's|@''GNULIB_READLINK''@|0|g' \
      -e 's|@''GNULIB_SLEEP''@|0|g' \
      -e 's|@''HAVE_DUP2''@|1|g' \
      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_READLINK''@|1|g' \
      -e 's|@''HAVE_SLEEP''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
      -e 's|@''HAVE_OS_H''@|0|g' \
      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
      -e 's|@''REPLACE_CHOWN''@|0|g' \
      -e 's|@''REPLACE_FCHDIR''@|0|g' \
      -e 's|@''REPLACE_GETCWD''@|0|g' \
      -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
      -e 's|@''REPLACE_LCHOWN''@|0|g' \
      -e 's|@''REPLACE_LSEEK''@|0|g' \
      < ./unistd.in.h; \
} > unistd.h-t
mv unistd.h-t unistd.h
make  all-am
make[3]: Entering directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12/gl'
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
base64.o -MD -MP -MF ".deps/base64.Tpo" -c -o base64.o base64.c; \
then mv -f ".deps/base64.Tpo" ".deps/base64.Po"; else rm -f
".deps/base64.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
full-read.o -MD -MP -MF ".deps/full-read.Tpo" -c -o full-read.o
full-read.c; \
then mv -f ".deps/full-read.Tpo" ".deps/full-read.Po"; else rm -f
".deps/full-read.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
full-write.o -MD -MP -MF ".deps/full-write.Tpo" -c -o full-write.o
full-write.c; \
then mv -f ".deps/full-write.Tpo" ".deps/full-write.Po"; else rm -f
".deps/full-write.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
localcharset.o -MD -MP -MF ".deps/localcharset.Tpo" -c -o localcharset.o
localcharset.c; \
then mv -f ".deps/localcharset.Tpo" ".deps/localcharset.Po"; else rm -f
".deps/localcharset.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
xalloc-die.o -MD -MP -MF ".deps/xalloc-die.Tpo" -c -o xalloc-die.o
xalloc-die.c; \
then mv -f ".deps/xalloc-die.Tpo" ".deps/xalloc-die.Po"; else rm -f
".deps/xalloc-die.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
xstrndup.o -MD -MP -MF ".deps/xstrndup.Tpo" -c -o xstrndup.o xstrndup.c;
\
then mv -f ".deps/xstrndup.Tpo" ".deps/xstrndup.Po"; else rm -f
".deps/xstrndup.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
asnprintf.o -MD -MP -MF ".deps/asnprintf.Tpo" -c -o asnprintf.o
asnprintf.c; \
then mv -f ".deps/asnprintf.Tpo" ".deps/asnprintf.Po"; else rm -f
".deps/asnprintf.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
basename.o -MD -MP -MF ".deps/basename.Tpo" -c -o basename.o basename.c;
\
then mv -f ".deps/basename.Tpo" ".deps/basename.Po"; else rm -f
".deps/basename.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
c-strtod.o -MD -MP -MF ".deps/c-strtod.Tpo" -c -o c-strtod.o c-strtod.c;
\
then mv -f ".deps/c-strtod.Tpo" ".deps/c-strtod.Po"; else rm -f
".deps/c-strtod.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
cloexec.o -MD -MP -MF ".deps/cloexec.Tpo" -c -o cloexec.o cloexec.c; \
then mv -f ".deps/cloexec.Tpo" ".deps/cloexec.Po"; else rm -f
".deps/cloexec.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
creat-safer.o -MD -MP -MF ".deps/creat-safer.Tpo" -c -o creat-safer.o
creat-safer.c; \
then mv -f ".deps/creat-safer.Tpo" ".deps/creat-safer.Po"; else rm -f
".deps/creat-safer.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
dirname.o -MD -MP -MF ".deps/dirname.Tpo" -c -o dirname.o dirname.c; \
then mv -f ".deps/dirname.Tpo" ".deps/dirname.Po"; else rm -f
".deps/dirname.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
dup-safer.o -MD -MP -MF ".deps/dup-safer.Tpo" -c -o dup-safer.o
dup-safer.c; \
then mv -f ".deps/dup-safer.Tpo" ".deps/dup-safer.Po"; else rm -f
".deps/dup-safer.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
exitfail.o -MD -MP -MF ".deps/exitfail.Tpo" -c -o exitfail.o exitfail.c;
\
then mv -f ".deps/exitfail.Tpo" ".deps/exitfail.Po"; else rm -f
".deps/exitfail.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
fd-safer.o -MD -MP -MF ".deps/fd-safer.Tpo" -c -o fd-safer.o fd-safer.c;
\
then mv -f ".deps/fd-safer.Tpo" ".deps/fd-safer.Po"; else rm -f
".deps/fd-safer.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
mountlist.o -MD -MP -MF ".deps/mountlist.Tpo" -c -o mountlist.o
mountlist.c; \
then mv -f ".deps/mountlist.Tpo" ".deps/mountlist.Po"; else rm -f
".deps/mountlist.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
open-safer.o -MD -MP -MF ".deps/open-safer.Tpo" -c -o open-safer.o
open-safer.c; \
then mv -f ".deps/open-safer.Tpo" ".deps/open-safer.Po"; else rm -f
".deps/open-safer.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
pipe-safer.o -MD -MP -MF ".deps/pipe-safer.Tpo" -c -o pipe-safer.o
pipe-safer.c; \
then mv -f ".deps/pipe-safer.Tpo" ".deps/pipe-safer.Po"; else rm -f
".deps/pipe-safer.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
printf-args.o -MD -MP -MF ".deps/printf-args.Tpo" -c -o printf-args.o
printf-args.c; \
then mv -f ".deps/printf-args.Tpo" ".deps/printf-args.Po"; else rm -f
".deps/printf-args.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
printf-parse.o -MD -MP -MF ".deps/printf-parse.Tpo" -c -o printf-parse.o
printf-parse.c; \
then mv -f ".deps/printf-parse.Tpo" ".deps/printf-parse.Po"; else rm -f
".deps/printf-parse.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT regex.o
-MD -MP -MF ".deps/regex.Tpo" -c -o regex.o regex.c; \
then mv -f ".deps/regex.Tpo" ".deps/regex.Po"; else rm -f
".deps/regex.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
safe-read.o -MD -MP -MF ".deps/safe-read.Tpo" -c -o safe-read.o
safe-read.c; \
then mv -f ".deps/safe-read.Tpo" ".deps/safe-read.Po"; else rm -f
".deps/safe-read.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
safe-write.o -MD -MP -MF ".deps/safe-write.Tpo" -c -o safe-write.o
safe-write.c; \
then mv -f ".deps/safe-write.Tpo" ".deps/safe-write.Po"; else rm -f
".deps/safe-write.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
stripslash.o -MD -MP -MF ".deps/stripslash.Tpo" -c -o stripslash.o
stripslash.c; \
then mv -f ".deps/stripslash.Tpo" ".deps/stripslash.Po"; else rm -f
".deps/stripslash.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
vasnprintf.o -MD -MP -MF ".deps/vasnprintf.Tpo" -c -o vasnprintf.o
vasnprintf.c; \
then mv -f ".deps/vasnprintf.Tpo" ".deps/vasnprintf.Po"; else rm -f
".deps/vasnprintf.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -MT
xmalloc.o -MD -MP -MF ".deps/xmalloc.Tpo" -c -o xmalloc.o xmalloc.c; \
then mv -f ".deps/xmalloc.Tpo" ".deps/xmalloc.Po"; else rm -f
".deps/xmalloc.Tpo"; exit 1; fi
rm -f libgnu.a
ar cru libgnu.a base64.o full-read.o full-write.o localcharset.o
xalloc-die.o xstrndup.o asnprintf.o basename.o c-strtod.o cloexec.o
creat-safer.o dirname.o dup-safer.o exitfail.o fd-safer.o mountlist.o
open-safer.o pipe-safer.o printf-args.o printf-parse.o regex.o
safe-read.o safe-write.o stripslash.o vasnprintf.o xmalloc.o 
ranlib libgnu.a
rm -f t-charset.alias charset.alias
/bin/sh ./config.charset 'x86_64-unknown-linux-gnu' > t-charset.alias
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/nagios-plugins/g' ref-add.sin >
t-ref-add.sed
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/nagios-plugins/g' ref-del.sin >
t-ref-del.sed
mv t-ref-del.sed ref-del.sed
make[3]: Leaving directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12/gl'
make[2]: Leaving directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12/gl'
Making all in lib
make[2]: Entering directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12/lib'
Making all in tests
make[3]: Entering directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12/lib/tests'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12/lib/tests'
make[3]: Entering directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12/lib'
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../gl -I../intl
-I../plugins    -g -O2 -MT utils_base.o -MD -MP -MF
".deps/utils_base.Tpo" -c -o utils_base.o utils_base.c; \
then mv -f ".deps/utils_base.Tpo" ".deps/utils_base.Po"; else rm -f
".deps/utils_base.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../gl -I../intl
-I../plugins    -g -O2 -MT utils_disk.o -MD -MP -MF
".deps/utils_disk.Tpo" -c -o utils_disk.o utils_disk.c; \
then mv -f ".deps/utils_disk.Tpo" ".deps/utils_disk.Po"; else rm -f
".deps/utils_disk.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../gl -I../intl
-I../plugins    -g -O2 -MT utils_tcp.o -MD -MP -MF ".deps/utils_tcp.Tpo"
-c -o utils_tcp.o utils_tcp.c; \
then mv -f ".deps/utils_tcp.Tpo" ".deps/utils_tcp.Po"; else rm -f
".deps/utils_tcp.Tpo"; exit 1; fi
if gcc -m64 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../gl -I../intl
-I../plugins    -g -O2 -MT utils_cmd.o -MD -MP -MF ".deps/utils_cmd.Tpo"
-c -o utils_cmd.o utils_cmd.c; \
then mv -f ".deps/utils_cmd.Tpo" ".deps/utils_cmd.Po"; else rm -f
".deps/utils_cmd.Tpo"; exit 1; fi
rm -f libnagiosplug.a
ar cru libnagiosplug.a utils_base.o utils_disk.o utils_tcp.o utils_cmd.o

ranlib libnagiosplug.a
make[3]: Leaving directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12/lib'
make[2]: Leaving directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12/lib'
Making all in plugins
make[2]: Entering directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12/plugins'
if gcc -m64 -DLOCALEDIR=\"/usr/local/nagios/share/locale\"
-DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../gl -I../intl
-I/usr/include/ldap  -I/usr/include    -g -O2 -MT check_apt.o -MD -MP
-MF ".deps/check_apt.Tpo" -c -o check_apt.o check_apt.c; \
then mv -f ".deps/check_apt.Tpo" ".deps/check_apt.Po"; else rm -f
".deps/check_apt.Tpo"; exit 1; fi
if gcc -m64 -DLOCALEDIR=\"/usr/local/nagios/share/locale\"
-DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../gl -I../intl
-I/usr/include/ldap  -I/usr/include    -g -O2 -MT utils.o -MD -MP -MF
".deps/utils.Tpo" -c -o utils.o utils.c; \
then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f
".deps/utils.Tpo"; exit 1; fi
if gcc -m64 -DLOCALEDIR=\"/usr/local/nagios/share/locale\"
-DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../gl -I../intl
-I/usr/include/ldap  -I/usr/include    -g -O2 -MT runcmd.o -MD -MP -MF
".deps/runcmd.Tpo" -c -o runcmd.o runcmd.c; \
then mv -f ".deps/runcmd.Tpo" ".deps/runcmd.Po"; else rm -f
".deps/runcmd.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -m64  -g -O2  -L. -o
check_apt  check_apt.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a
runcmd.o -ldl 
mkdir .libs
gcc -m64 -g -O2 -o check_apt check_apt.o utils.o runcmd.o
-L/home/joshrich/nagDownloads/nagios-plugins-1.4.12/plugins
../lib/libnagiosplug.a ../gl/libgnu.a -ldl
if gcc -m64 -DLOCALEDIR=\"/usr/local/nagios/share/locale\"
-DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../gl -I../intl
-I/usr/include/ldap  -I/usr/include    -g -O2 -MT check_cluster.o -MD
-MP -MF ".deps/check_cluster.Tpo" -c -o check_cluster.o check_cluster.c;
\
then mv -f ".deps/check_cluster.Tpo" ".deps/check_cluster.Po"; else rm
-f ".deps/check_cluster.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -m64  -g -O2  -L. -o
check_cluster  check_cluster.o utils.o ../lib/libnagiosplug.a
../gl/libgnu.a -ldl 
gcc -m64 -g -O2 -o check_cluster check_cluster.o utils.o
-L/home/joshrich/nagDownloads/nagios-plugins-1.4.12/plugins
../lib/libnagiosplug.a ../gl/libgnu.a -ldl
if gcc -m64 -DLOCALEDIR=\"/usr/local/nagios/share/locale\"
-DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../gl -I../intl
-I/usr/include/ldap  -I/usr/include    -g -O2 -MT check_disk.o -MD -MP
-MF ".deps/check_disk.Tpo" -c -o check_disk.o check_disk.c; \
then mv -f ".deps/check_disk.Tpo" ".deps/check_disk.Po"; else rm -f
".deps/check_disk.Tpo"; exit 1; fi
if gcc -m64 -DLOCALEDIR=\"/usr/local/nagios/share/locale\"
-DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../gl -I../intl
-I/usr/include/ldap  -I/usr/include    -g -O2 -MT popen.o -MD -MP -MF
".deps/popen.Tpo" -c -o popen.o popen.c; \
then mv -f ".deps/popen.Tpo" ".deps/popen.Po"; else rm -f
".deps/popen.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -m64  -g -O2  -L. -o
check_disk  check_disk.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a
popen.o -ldl 
gcc -m64 -g -O2 -o check_disk check_disk.o utils.o popen.o
-L/home/joshrich/nagDownloads/nagios-plugins-1.4.12/plugins
../lib/libnagiosplug.a ../gl/libgnu.a -ldl
check_disk.o(.text+0x1a8e): In function `main':
/home/joshrich/nagDownloads/nagios-plugins-1.4.12/plugins/check_disk.c:2
62: undefined reference to `get_fs_usage'
check_disk.o(.text+0x1c06):/home/joshrich/nagDownloads/nagios-plugins-1.
4.12/plugins/check_disk.c:307: undefined reference to `get_fs_usage'
collect2: ld returned 1 exit status
make[2]: *** [check_disk] Error 1
make[2]: Leaving directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/data/home/joshrich/nagDownloads/nagios-plugins-1.4.12'
make: *** [all] Error 2



-------------- next part --------------
A non-text attachment was scrubbed...
Name: Richardson, Joshua.vcf
Type: text/x-vcard
Size: 235 bytes
Desc: Richardson, Joshua.vcf
URL: <https://www.monitoring-lists.org/archive/users/attachments/20080805/da55b7ea/attachment.vcf>
-------------- next part --------------
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


More information about the Users mailing list