munge Output

admin@baker:/apps/source/munge-0.5.13> ./configure --prefix=/apps/munge-0.5.13 --localstatedir=/var |& configure.log
configure: loading site script /usr/share/site/aarch64-unknown-linux-gnu
checking for gawk... gawk
checking metadata... yes
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for a sense of humor... yes
checking installation directory variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 for specified code architecture... no
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 whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/aarch64-suse-linux/bin/ld
checking if the linker (/usr/aarch64-suse-linux/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/aarch64-suse-linux/bin/ld option to reload object files... -r
checking for objdump... objdump
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... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : 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/aarch64-suse-linux/bin/ld) 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
checking whether make sets $(MAKE)... (cached) yes
checking whether debugging is enabled... no
checking how to link against pthreads... -lpthread
checking for BZ2_bzBuffToBuffCompress in default libs... no
checking for BZ2_bzBuffToBuffCompress in -lbz2... no
checking for compress in default libs... no
checking for compress in -lz... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for libgcrypt-config... no
checking for LIBGCRYPT - version >= 1.2.0... no
checking for OpenSSL installation... /usr
checking which cryptographic library to use... openssl
checking for CRYPTO_THREADID_set_callback... no
checking for CRYPTO_num_locks... no
checking for CRYPTO_set_id_callback... no
checking for CRYPTO_set_locking_callback... no
checking for ERR_free_strings... no
checking for ERR_load_crypto_strings... no
checking for EVP_CIPHER_CTX_cleanup... no
checking for EVP_CIPHER_CTX_free... yes
checking for EVP_CIPHER_CTX_init... no
checking for EVP_CIPHER_CTX_new... yes
checking for EVP_CipherFinal... yes
checking for EVP_CipherFinal_ex... yes
checking for EVP_CipherInit... yes
checking for EVP_CipherInit_ex... yes
checking for EVP_CipherUpdate... yes
checking for EVP_DigestFinal... yes
checking for EVP_DigestFinal_ex... yes
checking for EVP_DigestInit... yes
checking for EVP_DigestInit_ex... yes
checking for EVP_DigestUpdate... yes
checking for EVP_MD_CTX_cleanup... no
checking for EVP_MD_CTX_copy... yes
checking for EVP_MD_CTX_copy_ex... yes
checking for EVP_MD_CTX_create... no
checking for EVP_MD_CTX_destroy... no
checking for EVP_MD_CTX_free... yes
checking for EVP_MD_CTX_init... no
checking for EVP_MD_CTX_new... yes
checking for EVP_aes_128_cbc... yes
checking for EVP_aes_256_cbc... yes
checking for EVP_sha256... yes
checking for EVP_sha512... yes
checking for HMAC_CTX_cleanup... no
checking for HMAC_CTX_free... yes
checking for HMAC_CTX_init... no
checking for HMAC_CTX_new... yes
checking for HMAC_Final... yes
checking for HMAC_Init... yes
checking for HMAC_Init_ex... yes
checking for HMAC_Update... yes
checking for HMAC_cleanup... no
checking for RAND_cleanup... no
checking for RAND_pseudo_bytes... yes
checking if EVP_CIPHER_CTX_cleanup returns int... no
checking if EVP_CipherInit returns int... yes
checking if EVP_CipherUpdate returns int... yes
checking if EVP_DigestUpdate returns int... yes
checking if HMAC_Final returns int... yes
checking if HMAC_Init_ex returns int... yes
checking if HMAC_Update returns int... yes
checking for CRYPTO_dynlock... yes
checking for ANSI C header files... (cached) yes
checking bzlib.h usability... no
checking bzlib.h presence... no
checking for bzlib.h... no
checking standards.h usability... no
checking standards.h presence... no
checking for standards.h... no
checking sys/random.h usability... yes
checking sys/random.h presence... yes
checking for sys/random.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for socklen_t... yes
checking for getentropy... yes
checking for getrandom... yes
checking for localtime_r... yes
checking for mlockall... yes
checking for sysconf... yes
checking for inet_ntop... yes
checking for strlcat... no
checking for strlcpy... no
checking for getgrent... yes
checking for getgrent_r (AIX)... no
checking for getgrent_r (GNU)... yes
checking for getgrent_r (SunOS)... no
checking for getgrnam... yes
checking for getgrnam_r (POSIX)... yes
checking for getgrnam_r (SunOS)... no
checking for getpwnam... yes
checking for getpwnam_r (AIX)... no
checking for getpwnam_r (POSIX)... yes
checking for getpwnam_r (SunOS)... no
configure: checking authentication support
checking for getpeereid... no
checking for getpeerucred... no
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking for struct ucred... yes
checking for SO_PEERCRED sockopt... yes
checking for struct xucred... no
checking for LOCAL_PEERCRED sockopt... no
checking for struct strrecvfd... yes
checking if file descriptors can be passed over a fifo... no
checking for /dev/spx... no
checking for authentication method... AUTH_METHOD_SO_PEERCRED
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/etc/Makefile
config.status: creating src/libcommon/Makefile
config.status: creating src/libcommon/munge.7
config.status: creating src/libmissing/Makefile
config.status: creating src/libmunge/Makefile
config.status: creating src/libmunge/munge.3
config.status: creating src/libmunge/munge_ctx.3
config.status: creating src/libmunge/munge_enum.3
config.status: creating src/munge/Makefile
config.status: creating src/munge/munge.1
config.status: creating src/munge/remunge.1
config.status: creating src/munge/unmunge.1
config.status: creating src/munged/Makefile
config.status: creating src/munged/munged.8
config.status: creating config/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
admin@baker:/apps/source/munge-0.5.13> make |& tee make.log
Making all in src
make[1]: Entering directory '/apps/source/munge-0.5.13/src'
Making all in etc
make[2]: Entering directory '/apps/source/munge-0.5.13/src/etc'
/usr/bin/sed -e 's,[@]META_ALIAS[@],munge-0.5.13,g' -e 's,[@]META_AUTHOR[@],Chris Dunlap ,g' -e 's,[@]META_DATE[@],2017-09-26,g' -e 's,[@]META_NAME[@],munge,g' -e 's,[@]META_RELEASE[@],1,g' -e 's,[@]META_VERSION[@],0.5.13,g' -e 's,[@]bindir[@],/apps/munge-0.5.13/bin,g' -e 's,[@]datadir[@],/apps/munge-0.5.13/share,g' -e 's,[@]datarootdir[@],/apps/munge-0.5.13/share,g' -e 's,[@]docdir[@],/apps/munge-0.5.13/share/doc/munge,g' -e 's,[@]exec_prefix[@],/apps/munge-0.5.13,g' -e 's,[@]includedir[@],/apps/munge-0.5.13/include,g' -e 's,[@]infodir[@],/apps/munge-0.5.13/share/info,g' -e 's,[@]libdir[@],/apps/munge-0.5.13/lib64,g' -e 's,[@]libexecdir[@],/apps/munge-0.5.13/lib,g' -e 's,[@]localedir[@],/apps/munge-0.5.13/share/locale,g' -e 's,[@]localstatedir[@],/var,g' -e 's,[@]mandir[@],/apps/munge-0.5.13/share/man,g' -e 's,[@]oldincludedir[@],/usr/include,g' -e 's,[@]prefix[@],/apps/munge-0.5.13,g' -e 's,[@]sbindir[@],/apps/munge-0.5.13/sbin,g' -e 's,[@]sharedstatedir[@],/apps/munge-0.5.13/com,g' -e 's,[@]sysconfdir[@],/apps/munge-0.5.13/etc,g' < "./munge.init.in" > "./munge.init"
/usr/bin/sed -e 's,[@]META_ALIAS[@],munge-0.5.13,g' -e 's,[@]META_AUTHOR[@],Chris Dunlap ,g' -e 's,[@]META_DATE[@],2017-09-26,g' -e 's,[@]META_NAME[@],munge,g' -e 's,[@]META_RELEASE[@],1,g' -e 's,[@]META_VERSION[@],0.5.13,g' -e 's,[@]bindir[@],/apps/munge-0.5.13/bin,g' -e 's,[@]datadir[@],/apps/munge-0.5.13/share,g' -e 's,[@]datarootdir[@],/apps/munge-0.5.13/share,g' -e 's,[@]docdir[@],/apps/munge-0.5.13/share/doc/munge,g' -e 's,[@]exec_prefix[@],/apps/munge-0.5.13,g' -e 's,[@]includedir[@],/apps/munge-0.5.13/include,g' -e 's,[@]infodir[@],/apps/munge-0.5.13/share/info,g' -e 's,[@]libdir[@],/apps/munge-0.5.13/lib64,g' -e 's,[@]libexecdir[@],/apps/munge-0.5.13/lib,g' -e 's,[@]localedir[@],/apps/munge-0.5.13/share/locale,g' -e 's,[@]localstatedir[@],/var,g' -e 's,[@]mandir[@],/apps/munge-0.5.13/share/man,g' -e 's,[@]oldincludedir[@],/usr/include,g' -e 's,[@]prefix[@],/apps/munge-0.5.13,g' -e 's,[@]sbindir[@],/apps/munge-0.5.13/sbin,g' -e 's,[@]sharedstatedir[@],/apps/munge-0.5.13/com,g' -e 's,[@]sysconfdir[@],/apps/munge-0.5.13/etc,g' < "./munge.pc.in" > "./munge.pc"
/usr/bin/sed -e 's,[@]META_ALIAS[@],munge-0.5.13,g' -e 's,[@]META_AUTHOR[@],Chris Dunlap ,g' -e 's,[@]META_DATE[@],2017-09-26,g' -e 's,[@]META_NAME[@],munge,g' -e 's,[@]META_RELEASE[@],1,g' -e 's,[@]META_VERSION[@],0.5.13,g' -e 's,[@]bindir[@],/apps/munge-0.5.13/bin,g' -e 's,[@]datadir[@],/apps/munge-0.5.13/share,g' -e 's,[@]datarootdir[@],/apps/munge-0.5.13/share,g' -e 's,[@]docdir[@],/apps/munge-0.5.13/share/doc/munge,g' -e 's,[@]exec_prefix[@],/apps/munge-0.5.13,g' -e 's,[@]includedir[@],/apps/munge-0.5.13/include,g' -e 's,[@]infodir[@],/apps/munge-0.5.13/share/info,g' -e 's,[@]libdir[@],/apps/munge-0.5.13/lib64,g' -e 's,[@]libexecdir[@],/apps/munge-0.5.13/lib,g' -e 's,[@]localedir[@],/apps/munge-0.5.13/share/locale,g' -e 's,[@]localstatedir[@],/var,g' -e 's,[@]mandir[@],/apps/munge-0.5.13/share/man,g' -e 's,[@]oldincludedir[@],/usr/include,g' -e 's,[@]prefix[@],/apps/munge-0.5.13,g' -e 's,[@]sbindir[@],/apps/munge-0.5.13/sbin,g' -e 's,[@]sharedstatedir[@],/apps/munge-0.5.13/com,g' -e 's,[@]sysconfdir[@],/apps/munge-0.5.13/etc,g' < "./munge.service.in" > "./munge.service"
/usr/bin/sed -e 's,[@]META_ALIAS[@],munge-0.5.13,g' -e 's,[@]META_AUTHOR[@],Chris Dunlap ,g' -e 's,[@]META_DATE[@],2017-09-26,g' -e 's,[@]META_NAME[@],munge,g' -e 's,[@]META_RELEASE[@],1,g' -e 's,[@]META_VERSION[@],0.5.13,g' -e 's,[@]bindir[@],/apps/munge-0.5.13/bin,g' -e 's,[@]datadir[@],/apps/munge-0.5.13/share,g' -e 's,[@]datarootdir[@],/apps/munge-0.5.13/share,g' -e 's,[@]docdir[@],/apps/munge-0.5.13/share/doc/munge,g' -e 's,[@]exec_prefix[@],/apps/munge-0.5.13,g' -e 's,[@]includedir[@],/apps/munge-0.5.13/include,g' -e 's,[@]infodir[@],/apps/munge-0.5.13/share/info,g' -e 's,[@]libdir[@],/apps/munge-0.5.13/lib64,g' -e 's,[@]libexecdir[@],/apps/munge-0.5.13/lib,g' -e 's,[@]localedir[@],/apps/munge-0.5.13/share/locale,g' -e 's,[@]localstatedir[@],/var,g' -e 's,[@]mandir[@],/apps/munge-0.5.13/share/man,g' -e 's,[@]oldincludedir[@],/usr/include,g' -e 's,[@]prefix[@],/apps/munge-0.5.13,g' -e 's,[@]sbindir[@],/apps/munge-0.5.13/sbin,g' -e 's,[@]sharedstatedir[@],/apps/munge-0.5.13/com,g' -e 's,[@]sysconfdir[@],/apps/munge-0.5.13/etc,g' < "./munge.sysconfig.in" > "./munge.sysconfig"
/usr/bin/sed -e 's,[@]META_ALIAS[@],munge-0.5.13,g' -e 's,[@]META_AUTHOR[@],Chris Dunlap ,g' -e 's,[@]META_DATE[@],2017-09-26,g' -e 's,[@]META_NAME[@],munge,g' -e 's,[@]META_RELEASE[@],1,g' -e 's,[@]META_VERSION[@],0.5.13,g' -e 's,[@]bindir[@],/apps/munge-0.5.13/bin,g' -e 's,[@]datadir[@],/apps/munge-0.5.13/share,g' -e 's,[@]datarootdir[@],/apps/munge-0.5.13/share,g' -e 's,[@]docdir[@],/apps/munge-0.5.13/share/doc/munge,g' -e 's,[@]exec_prefix[@],/apps/munge-0.5.13,g' -e 's,[@]includedir[@],/apps/munge-0.5.13/include,g' -e 's,[@]infodir[@],/apps/munge-0.5.13/share/info,g' -e 's,[@]libdir[@],/apps/munge-0.5.13/lib64,g' -e 's,[@]libexecdir[@],/apps/munge-0.5.13/lib,g' -e 's,[@]localedir[@],/apps/munge-0.5.13/share/locale,g' -e 's,[@]localstatedir[@],/var,g' -e 's,[@]mandir[@],/apps/munge-0.5.13/share/man,g' -e 's,[@]oldincludedir[@],/usr/include,g' -e 's,[@]prefix[@],/apps/munge-0.5.13,g' -e 's,[@]sbindir[@],/apps/munge-0.5.13/sbin,g' -e 's,[@]sharedstatedir[@],/apps/munge-0.5.13/com,g' -e 's,[@]sysconfdir[@],/apps/munge-0.5.13/etc,g' < "./munge.tmpfiles.conf.in" > "./munge.tmpfiles.conf"
make[2]: Leaving directory '/apps/source/munge-0.5.13/src/etc'
Making all in libcommon
make[2]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libmunge   -g -O2 -MT fd.lo -MD -MP -MF .deps/fd.Tpo -c -o fd.lo fd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT fd.lo -MD -MP -MF .deps/fd.Tpo -c fd.c  -fPIC -DPIC -o .libs/fd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT fd.lo -MD -MP -MF .deps/fd.Tpo -c fd.c -o fd.o >/dev/null 2>&1
mv -f .deps/fd.Tpo .deps/fd.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libmunge   -g -O2 -MT license.lo -MD -MP -MF .deps/license.Tpo -c -o license.lo license.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT license.lo -MD -MP -MF .deps/license.Tpo -c license.c  -fPIC -DPIC -o .libs/license.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT license.lo -MD -MP -MF .deps/license.Tpo -c license.c -o license.o >/dev/null 2>&1
mv -f .deps/license.Tpo .deps/license.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libmunge   -g -O2 -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo log.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c  -fPIC -DPIC -o .libs/log.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -o log.o >/dev/null 2>&1
mv -f .deps/log.Tpo .deps/log.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libmunge   -g -O2 -MT m_msg.lo -MD -MP -MF .deps/m_msg.Tpo -c -o m_msg.lo m_msg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT m_msg.lo -MD -MP -MF .deps/m_msg.Tpo -c m_msg.c  -fPIC -DPIC -o .libs/m_msg.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT m_msg.lo -MD -MP -MF .deps/m_msg.Tpo -c m_msg.c -o m_msg.o >/dev/null 2>&1
mv -f .deps/m_msg.Tpo .deps/m_msg.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libmunge   -g -O2 -MT posignal.lo -MD -MP -MF .deps/posignal.Tpo -c -o posignal.lo posignal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT posignal.lo -MD -MP -MF .deps/posignal.Tpo -c posignal.c  -fPIC -DPIC -o .libs/posignal.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT posignal.lo -MD -MP -MF .deps/posignal.Tpo -c posignal.c -o posignal.o >/dev/null 2>&1
mv -f .deps/posignal.Tpo .deps/posignal.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libmunge   -g -O2 -MT str.lo -MD -MP -MF .deps/str.Tpo -c -o str.lo str.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT str.lo -MD -MP -MF .deps/str.Tpo -c str.c  -fPIC -DPIC -o .libs/str.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT str.lo -MD -MP -MF .deps/str.Tpo -c str.c -o str.o >/dev/null 2>&1
mv -f .deps/str.Tpo .deps/str.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libmunge   -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c  -fPIC -DPIC -o .libs/version.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libmunge -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o >/dev/null 2>&1
mv -f .deps/version.Tpo .deps/version.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -g -O2   -o libcommon.la  fd.lo license.lo log.lo m_msg.lo posignal.lo str.lo version.lo  
libtool: link: ar cru .libs/libcommon.a .libs/fd.o .libs/license.o .libs/log.o .libs/m_msg.o .libs/posignal.o .libs/str.o .libs/version.o 
libtool: link: ranlib .libs/libcommon.a
libtool: link: ( cd ".libs" && rm -f "libcommon.la" && ln -s "../libcommon.la" "libcommon.la" )
make[2]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
Making all in libmissing
make[2]: Entering directory '/apps/source/munge-0.5.13/src/libmissing'
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config     -g -O2 -MT getopt.lo -MD -MP -MF .deps/getopt.Tpo -c -o getopt.lo getopt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -g -O2 -MT getopt.lo -MD -MP -MF .deps/getopt.Tpo -c getopt.c  -fPIC -DPIC -o .libs/getopt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -g -O2 -MT getopt.lo -MD -MP -MF .deps/getopt.Tpo -c getopt.c -o getopt.o >/dev/null 2>&1
mv -f .deps/getopt.Tpo .deps/getopt.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config     -g -O2 -MT getopt1.lo -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.lo getopt1.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -g -O2 -MT getopt1.lo -MD -MP -MF .deps/getopt1.Tpo -c getopt1.c  -fPIC -DPIC -o .libs/getopt1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -g -O2 -MT getopt1.lo -MD -MP -MF .deps/getopt1.Tpo -c getopt1.c -o getopt1.o >/dev/null 2>&1
mv -f .deps/getopt1.Tpo .deps/getopt1.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config     -g -O2 -MT strlcat.lo -MD -MP -MF .deps/strlcat.Tpo -c -o strlcat.lo strlcat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -g -O2 -MT strlcat.lo -MD -MP -MF .deps/strlcat.Tpo -c strlcat.c  -fPIC -DPIC -o .libs/strlcat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -g -O2 -MT strlcat.lo -MD -MP -MF .deps/strlcat.Tpo -c strlcat.c -o strlcat.o >/dev/null 2>&1
mv -f .deps/strlcat.Tpo .deps/strlcat.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config     -g -O2 -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c -o strlcpy.lo strlcpy.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -g -O2 -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c strlcpy.c  -fPIC -DPIC -o .libs/strlcpy.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -g -O2 -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c strlcpy.c -o strlcpy.o >/dev/null 2>&1
mv -f .deps/strlcpy.Tpo .deps/strlcpy.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -g -O2   -o libmissing.la  getopt.lo getopt1.lo strlcat.lo strlcpy.lo 
libtool: link: ar cru .libs/libmissing.a .libs/getopt.o .libs/getopt1.o .libs/strlcat.o .libs/strlcpy.o 
libtool: link: ranlib .libs/libmissing.a
libtool: link: ( cd ".libs" && rm -f "libmissing.la" && ln -s "../libmissing.la" "libmissing.la" )
make[2]: Leaving directory '/apps/source/munge-0.5.13/src/libmissing'
Making all in libmunge
make[2]: Entering directory '/apps/source/munge-0.5.13/src/libmunge'
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libcommon   -g -O2 -MT auth_send.lo -MD -MP -MF .deps/auth_send.Tpo -c -o auth_send.lo auth_send.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT auth_send.lo -MD -MP -MF .deps/auth_send.Tpo -c auth_send.c  -fPIC -DPIC -o .libs/auth_send.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT auth_send.lo -MD -MP -MF .deps/auth_send.Tpo -c auth_send.c -o auth_send.o >/dev/null 2>&1
mv -f .deps/auth_send.Tpo .deps/auth_send.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libcommon   -g -O2 -MT ctx.lo -MD -MP -MF .deps/ctx.Tpo -c -o ctx.lo ctx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT ctx.lo -MD -MP -MF .deps/ctx.Tpo -c ctx.c  -fPIC -DPIC -o .libs/ctx.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT ctx.lo -MD -MP -MF .deps/ctx.Tpo -c ctx.c -o ctx.o >/dev/null 2>&1
mv -f .deps/ctx.Tpo .deps/ctx.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libcommon   -g -O2 -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c -o decode.lo decode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c  -fPIC -DPIC -o .libs/decode.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c -o decode.o >/dev/null 2>&1
mv -f .deps/decode.Tpo .deps/decode.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libcommon   -g -O2 -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c -o encode.lo encode.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c  -fPIC -DPIC -o .libs/encode.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c -o encode.o >/dev/null 2>&1
mv -f .deps/encode.Tpo .deps/encode.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libcommon   -g -O2 -MT enum.lo -MD -MP -MF .deps/enum.Tpo -c -o enum.lo enum.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT enum.lo -MD -MP -MF .deps/enum.Tpo -c enum.c  -fPIC -DPIC -o .libs/enum.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT enum.lo -MD -MP -MF .deps/enum.Tpo -c enum.c -o enum.o >/dev/null 2>&1
mv -f .deps/enum.Tpo .deps/enum.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libcommon   -g -O2 -MT m_msg_client.lo -MD -MP -MF .deps/m_msg_client.Tpo -c -o m_msg_client.lo m_msg_client.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT m_msg_client.lo -MD -MP -MF .deps/m_msg_client.Tpo -c m_msg_client.c  -fPIC -DPIC -o .libs/m_msg_client.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT m_msg_client.lo -MD -MP -MF .deps/m_msg_client.Tpo -c m_msg_client.c -o m_msg_client.o >/dev/null 2>&1
mv -f .deps/m_msg_client.Tpo .deps/m_msg_client.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libcommon   -g -O2 -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c -o strerror.lo strerror.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c strerror.c  -fPIC -DPIC -o .libs/strerror.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../src/libcommon -g -O2 -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c strerror.c -o strerror.o >/dev/null 2>&1
mv -f .deps/strerror.Tpo .deps/strerror.Plo
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: 'libcommon.la' is up to date.
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -export-symbols-regex "^munge_.*" -version-info 2:0:0  -o libmunge.la -rpath /apps/munge-0.5.13/lib64 auth_send.lo ctx.lo decode.lo encode.lo enum.lo m_msg_client.lo strerror.lo ../../src/libcommon/libcommon.la 
libtool: link: /usr/bin/nm -B  .libs/auth_send.o .libs/ctx.o .libs/decode.o .libs/encode.o .libs/enum.o .libs/m_msg_client.o .libs/strerror.o   ../../src/libcommon/.libs/libcommon.a | sed -n -e 's/^.*[        ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libmunge.exp
libtool: link: /usr/bin/grep -E -e "^munge_.*" ".libs/libmunge.exp" > ".libs/libmunge.expT"
libtool: link: mv -f ".libs/libmunge.expT" ".libs/libmunge.exp"
libtool: link: echo "{ global:" > .libs/libmunge.ver
libtool: link:  cat .libs/libmunge.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libmunge.ver
libtool: link:  echo "local: *; };" >> .libs/libmunge.ver
libtool: link:  gcc -shared  -fPIC -DPIC  .libs/auth_send.o .libs/ctx.o .libs/decode.o .libs/encode.o .libs/enum.o .libs/m_msg_client.o .libs/strerror.o  -Wl,--whole-archive ../../src/libcommon/.libs/libcommon.a -Wl,--no-whole-archive   -g -O2   -Wl,-soname -Wl,libmunge.so.2 -Wl,-version-script -Wl,.libs/libmunge.ver -o .libs/libmunge.so.2.0.0
libtool: link: (cd ".libs" && rm -f "libmunge.so.2" && ln -s "libmunge.so.2.0.0" "libmunge.so.2")
libtool: link: (cd ".libs" && rm -f "libmunge.so" && ln -s "libmunge.so.2.0.0" "libmunge.so")
libtool: link: (cd .libs/libmunge.lax/libcommon.a && ar x "/apps/source/munge-0.5.13/src/libmunge/../../src/libcommon/.libs/libcommon.a")
libtool: link: ar cru .libs/libmunge.a  auth_send.o ctx.o decode.o encode.o enum.o m_msg_client.o strerror.o  .libs/libmunge.lax/libcommon.a/fd.o .libs/libmunge.lax/libcommon.a/license.o .libs/libmunge.lax/libcommon.a/log.o .libs/libmunge.lax/libcommon.a/m_msg.o .libs/libmunge.lax/libcommon.a/posignal.o .libs/libmunge.lax/libcommon.a/str.o .libs/libmunge.lax/libcommon.a/version.o 
libtool: link: ranlib .libs/libmunge.a
libtool: link: rm -fr .libs/libmunge.lax
libtool: link: ( cd ".libs" && rm -f "libmunge.la" && ln -s "../libmunge.la" "libmunge.la" )
make[2]: Leaving directory '/apps/source/munge-0.5.13/src/libmunge'
Making all in munge
make[2]: Entering directory '/apps/source/munge-0.5.13/src/munge'
gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge   -g -O2 -MT munge-munge.o -MD -MP -MF .deps/munge-munge.Tpo -c -o munge-munge.o `test -f 'munge.c' || echo './'`munge.c
mv -f .deps/munge-munge.Tpo .deps/munge-munge.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge   -g -O2 -MT munge-read.o -MD -MP -MF .deps/munge-read.Tpo -c -o munge-read.o `test -f 'read.c' || echo './'`read.c
mv -f .deps/munge-read.Tpo .deps/munge-read.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge   -g -O2 -MT munge-query.o -MD -MP -MF .deps/munge-query.Tpo -c -o munge-query.o `test -f '../../src/common/query.c' || echo './'`../../src/common/query.c
mv -f .deps/munge-query.Tpo .deps/munge-query.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge   -g -O2 -MT munge-xgetgr.o -MD -MP -MF .deps/munge-xgetgr.Tpo -c -o munge-xgetgr.o `test -f '../../src/common/xgetgr.c' || echo './'`../../src/common/xgetgr.c
mv -f .deps/munge-xgetgr.Tpo .deps/munge-xgetgr.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge   -g -O2 -MT munge-xgetpw.o -MD -MP -MF .deps/munge-xgetpw.Tpo -c -o munge-xgetpw.o `test -f '../../src/common/xgetpw.c' || echo './'`../../src/common/xgetpw.c
mv -f .deps/munge-xgetpw.Tpo .deps/munge-xgetpw.Po
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: 'libcommon.la' is up to date.
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libmissing'
make[3]: 'libmissing.la' is up to date.
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libmissing'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libmunge'
make[4]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[4]: 'libcommon.la' is up to date.
make[4]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libmunge'
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -g -O2   -o munge munge-munge.o munge-read.o munge-query.o munge-xgetgr.o munge-xgetpw.o ../../src/libcommon/libcommon.la ../../src/libmissing/libmissing.la ../../src/libmunge/libmunge.la 
libtool: link: gcc -g -O2 -o .libs/munge munge-munge.o munge-read.o munge-query.o munge-xgetgr.o munge-xgetpw.o  ../../src/libcommon/.libs/libcommon.a ../../src/libmissing/.libs/libmissing.a ../../src/libmunge/.libs/libmunge.so -Wl,-rpath -Wl,/apps/munge-0.5.13/lib64
gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge   -g -O2 -MT unmunge-unmunge.o -MD -MP -MF .deps/unmunge-unmunge.Tpo -c -o unmunge-unmunge.o `test -f 'unmunge.c' || echo './'`unmunge.c
mv -f .deps/unmunge-unmunge.Tpo .deps/unmunge-unmunge.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge   -g -O2 -MT unmunge-read.o -MD -MP -MF .deps/unmunge-read.Tpo -c -o unmunge-read.o `test -f 'read.c' || echo './'`read.c
mv -f .deps/unmunge-read.Tpo .deps/unmunge-read.Po
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -g -O2   -o unmunge unmunge-unmunge.o unmunge-read.o ../../src/libcommon/libcommon.la ../../src/libmissing/libmissing.la ../../src/libmunge/libmunge.la 
libtool: link: gcc -g -O2 -o .libs/unmunge unmunge-unmunge.o unmunge-read.o  ../../src/libcommon/.libs/libcommon.a ../../src/libmissing/.libs/libmissing.a ../../src/libmunge/.libs/libmunge.so -Wl,-rpath -Wl,/apps/munge-0.5.13/lib64
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge   -g -O2 -MT remunge-remunge.o -MD -MP -MF .deps/remunge-remunge.Tpo -c -o remunge-remunge.o `test -f 'remunge.c' || echo './'`remunge.c
mv -f .deps/remunge-remunge.Tpo .deps/remunge-remunge.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge   -g -O2 -MT remunge-query.o -MD -MP -MF .deps/remunge-query.Tpo -c -o remunge-query.o `test -f '../../src/common/query.c' || echo './'`../../src/common/query.c
mv -f .deps/remunge-query.Tpo .deps/remunge-query.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge   -g -O2 -MT remunge-xgetgr.o -MD -MP -MF .deps/remunge-xgetgr.Tpo -c -o remunge-xgetgr.o `test -f '../../src/common/xgetgr.c' || echo './'`../../src/common/xgetgr.c
mv -f .deps/remunge-xgetgr.Tpo .deps/remunge-xgetgr.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge   -g -O2 -MT remunge-xgetpw.o -MD -MP -MF .deps/remunge-xgetpw.Tpo -c -o remunge-xgetpw.o `test -f '../../src/common/xgetpw.c' || echo './'`../../src/common/xgetpw.c
mv -f .deps/remunge-xgetpw.Tpo .deps/remunge-xgetpw.Po
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -g -O2   -o remunge remunge-remunge.o remunge-query.o remunge-xgetgr.o remunge-xgetpw.o ../../src/libcommon/libcommon.la ../../src/libmissing/libmissing.la ../../src/libmunge/libmunge.la -lpthread 
libtool: link: gcc -g -O2 -o .libs/remunge remunge-remunge.o remunge-query.o remunge-xgetgr.o remunge-xgetpw.o  ../../src/libcommon/.libs/libcommon.a ../../src/libmissing/.libs/libmissing.a ../../src/libmunge/.libs/libmunge.so -lpthread -Wl,-rpath -Wl,/apps/munge-0.5.13/lib64
make[2]: Leaving directory '/apps/source/munge-0.5.13/src/munge'
Making all in munged
make[2]: Entering directory '/apps/source/munge-0.5.13/src/munged'
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-munged.o -MD -MP -MF .deps/munged-munged.Tpo -c -o munged-munged.o `test -f 'munged.c' || echo './'`munged.c
mv -f .deps/munged-munged.Tpo .deps/munged-munged.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-auth_recv.o -MD -MP -MF .deps/munged-auth_recv.Tpo -c -o munged-auth_recv.o `test -f 'auth_recv.c' || echo './'`auth_recv.c
mv -f .deps/munged-auth_recv.Tpo .deps/munged-auth_recv.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-base64.o -MD -MP -MF .deps/munged-base64.Tpo -c -o munged-base64.o `test -f 'base64.c' || echo './'`base64.c
mv -f .deps/munged-base64.Tpo .deps/munged-base64.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-cipher.o -MD -MP -MF .deps/munged-cipher.Tpo -c -o munged-cipher.o `test -f 'cipher.c' || echo './'`cipher.c
mv -f .deps/munged-cipher.Tpo .deps/munged-cipher.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-conf.o -MD -MP -MF .deps/munged-conf.Tpo -c -o munged-conf.o `test -f 'conf.c' || echo './'`conf.c
mv -f .deps/munged-conf.Tpo .deps/munged-conf.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-cred.o -MD -MP -MF .deps/munged-cred.Tpo -c -o munged-cred.o `test -f 'cred.c' || echo './'`cred.c
mv -f .deps/munged-cred.Tpo .deps/munged-cred.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-crypto.o -MD -MP -MF .deps/munged-crypto.Tpo -c -o munged-crypto.o `test -f 'crypto.c' || echo './'`crypto.c
mv -f .deps/munged-crypto.Tpo .deps/munged-crypto.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-dec.o -MD -MP -MF .deps/munged-dec.Tpo -c -o munged-dec.o `test -f 'dec.c' || echo './'`dec.c
mv -f .deps/munged-dec.Tpo .deps/munged-dec.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-enc.o -MD -MP -MF .deps/munged-enc.Tpo -c -o munged-enc.o `test -f 'enc.c' || echo './'`enc.c
mv -f .deps/munged-enc.Tpo .deps/munged-enc.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-gids.o -MD -MP -MF .deps/munged-gids.Tpo -c -o munged-gids.o `test -f 'gids.c' || echo './'`gids.c
mv -f .deps/munged-gids.Tpo .deps/munged-gids.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-hash.o -MD -MP -MF .deps/munged-hash.Tpo -c -o munged-hash.o `test -f 'hash.c' || echo './'`hash.c
mv -f .deps/munged-hash.Tpo .deps/munged-hash.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-job.o -MD -MP -MF .deps/munged-job.Tpo -c -o munged-job.o `test -f 'job.c' || echo './'`job.c
mv -f .deps/munged-job.Tpo .deps/munged-job.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-mac.o -MD -MP -MF .deps/munged-mac.Tpo -c -o munged-mac.o `test -f 'mac.c' || echo './'`mac.c
mv -f .deps/munged-mac.Tpo .deps/munged-mac.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-md.o -MD -MP -MF .deps/munged-md.Tpo -c -o munged-md.o `test -f 'md.c' || echo './'`md.c
mv -f .deps/munged-md.Tpo .deps/munged-md.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-path.o -MD -MP -MF .deps/munged-path.Tpo -c -o munged-path.o `test -f 'path.c' || echo './'`path.c
mv -f .deps/munged-path.Tpo .deps/munged-path.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-random.o -MD -MP -MF .deps/munged-random.Tpo -c -o munged-random.o `test -f 'random.c' || echo './'`random.c
mv -f .deps/munged-random.Tpo .deps/munged-random.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-replay.o -MD -MP -MF .deps/munged-replay.Tpo -c -o munged-replay.o `test -f 'replay.c' || echo './'`replay.c
mv -f .deps/munged-replay.Tpo .deps/munged-replay.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-thread.o -MD -MP -MF .deps/munged-thread.Tpo -c -o munged-thread.o `test -f 'thread.c' || echo './'`thread.c
mv -f .deps/munged-thread.Tpo .deps/munged-thread.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-timer.o -MD -MP -MF .deps/munged-timer.Tpo -c -o munged-timer.o `test -f 'timer.c' || echo './'`timer.c
mv -f .deps/munged-timer.Tpo .deps/munged-timer.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-work.o -MD -MP -MF .deps/munged-work.Tpo -c -o munged-work.o `test -f 'work.c' || echo './'`work.c
mv -f .deps/munged-work.Tpo .deps/munged-work.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-zip.o -MD -MP -MF .deps/munged-zip.Tpo -c -o munged-zip.o `test -f 'zip.c' || echo './'`zip.c
mv -f .deps/munged-zip.Tpo .deps/munged-zip.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-query.o -MD -MP -MF .deps/munged-query.Tpo -c -o munged-query.o `test -f '../../src/common/query.c' || echo './'`../../src/common/query.c
mv -f .deps/munged-query.Tpo .deps/munged-query.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-xgetgr.o -MD -MP -MF .deps/munged-xgetgr.Tpo -c -o munged-xgetgr.o `test -f '../../src/common/xgetgr.c' || echo './'`../../src/common/xgetgr.c
mv -f .deps/munged-xgetgr.Tpo .deps/munged-xgetgr.Po
gcc -DHAVE_CONFIG_H -I. -I../../config  -DWITH_PTHREADS -I../../src/common -I../../src/libcommon -I../../src/libmissing -I../../src/libmunge    -g -O2 -MT munged-xgetpw.o -MD -MP -MF .deps/munged-xgetpw.Tpo -c -o munged-xgetpw.o `test -f '../../src/common/xgetpw.c' || echo './'`../../src/common/xgetpw.c
mv -f .deps/munged-xgetpw.Tpo .deps/munged-xgetpw.Po
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: 'libcommon.la' is up to date.
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libmissing'
make[3]: 'libmissing.la' is up to date.
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libmissing'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libmunge'
make[4]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[4]: 'libcommon.la' is up to date.
make[4]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libmunge'
/bin/sh ../../libtool  --tag=CC   --mode=link gcc   -g -O2   -o munged munged-munged.o munged-auth_recv.o munged-base64.o munged-cipher.o munged-conf.o munged-cred.o munged-crypto.o munged-dec.o munged-enc.o munged-gids.o munged-hash.o munged-job.o munged-mac.o munged-md.o munged-path.o munged-random.o munged-replay.o munged-thread.o munged-timer.o munged-work.o munged-zip.o munged-query.o munged-xgetgr.o munged-xgetpw.o ../../src/libcommon/libcommon.la ../../src/libmissing/libmissing.la ../../src/libmunge/libmunge.la -lpthread  -lz -lcrypto 
libtool: link: gcc -g -O2 -o .libs/munged munged-munged.o munged-auth_recv.o munged-base64.o munged-cipher.o munged-conf.o munged-cred.o munged-crypto.o munged-dec.o munged-enc.o munged-gids.o munged-hash.o munged-job.o munged-mac.o munged-md.o munged-path.o munged-random.o munged-replay.o munged-thread.o munged-timer.o munged-work.o munged-zip.o munged-query.o munged-xgetgr.o munged-xgetpw.o  ../../src/libcommon/.libs/libcommon.a ../../src/libmissing/.libs/libmissing.a ../../src/libmunge/.libs/libmunge.so -lpthread -lz -lcrypto -Wl,-rpath -Wl,/apps/munge-0.5.13/lib64
make[2]: Leaving directory '/apps/source/munge-0.5.13/src/munged'
make[2]: Entering directory '/apps/source/munge-0.5.13/src'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/apps/source/munge-0.5.13/src'
make[1]: Leaving directory '/apps/source/munge-0.5.13/src'
make[1]: Entering directory '/apps/source/munge-0.5.13'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/apps/source/munge-0.5.13'
admin@baker:/apps/source/munge-0.5.13> sudo make install
Making install in src
make[1]: Entering directory '/apps/source/munge-0.5.13/src'
Making install in etc
make[2]: Entering directory '/apps/source/munge-0.5.13/src/etc'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/etc'
make[3]: Nothing to be done for 'install-exec-am'.
test -d "/etc/rc.d/init.d" \
    && INITDIR="/apps/munge-0.5.13/etc/rc.d/init.d" \
    || INITDIR="/apps/munge-0.5.13/etc/init.d"; \
  /usr/bin/install -c -m 0755 -d "${INITDIR}"; \
  /usr/bin/install -c -m 0755 \
    "./munge.init" "${INITDIR}/munge"
:
test -d "/etc/sysconfig" \
    && CONFDIR="/apps/munge-0.5.13/etc/sysconfig" \
    || CONFDIR="/apps/munge-0.5.13/etc/default"; \
  /usr/bin/install -c -m 0755 -d "${CONFDIR}"; \
  /usr/bin/install -c -m 0644 \
    "./munge.sysconfig" "${CONFDIR}/munge"
:
PKGCONFIGDIR="/apps/munge-0.5.13/lib64/pkgconfig"; \
/usr/bin/install -c -m 0755 -d "${PKGCONFIGDIR}"; \
/usr/bin/install -c -m 0644 \
  "./munge.pc" "${PKGCONFIGDIR}/munge.pc"
:
UNITDIR="/apps/munge-0.5.13/lib/systemd/system"; \
/usr/bin/install -c -m 0755 -d "${UNITDIR}"; \
/usr/bin/install -c -m 0644 \
  "./munge.service" "${UNITDIR}/munge.service"
:
TMPFILESDIR="/apps/munge-0.5.13/lib/tmpfiles.d"; \
/usr/bin/install -c -m 0755 -d "${TMPFILESDIR}"; \
/usr/bin/install -c -m 0644 \
  "./munge.tmpfiles.conf" \
  "${TMPFILESDIR}/munge.conf"
:
/usr/bin/install -c -m 0755 -d "/apps/munge-0.5.13/etc"
/usr/bin/install -c -m 0700 -d "/apps/munge-0.5.13/etc/munge"
/usr/bin/install -c -m 0755 -d "/var"
/usr/bin/install -c -m 0755 -d "/var/lib"
/usr/bin/install -c -m 0711 -d "/var/lib/munge"
/usr/bin/install -c -m 0755 -d "/var/log"
/usr/bin/install -c -m 0700 -d "/var/log/munge"
/usr/bin/install -c -m 0755 -d "/var/run"
/usr/bin/install -c -m 0755 -d "/var/run/munge"
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/etc'
make[2]: Leaving directory '/apps/source/munge-0.5.13/src/etc'
Making install in libcommon
make[2]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/install -c -d -m 0755 "/apps/munge-0.5.13/share/man/man7"
chmod 755 "/apps/munge-0.5.13/share/man"
 /usr/bin/mkdir -p '/apps/munge-0.5.13/share/man/man7'
 /usr/bin/install -c -m 644 munge.7 '/apps/munge-0.5.13/share/man/man7'
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[2]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
Making install in libmissing
make[2]: Entering directory '/apps/source/munge-0.5.13/src/libmissing'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libmissing'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libmissing'
make[2]: Leaving directory '/apps/source/munge-0.5.13/src/libmissing'
Making install in libmunge
make[2]: Entering directory '/apps/source/munge-0.5.13/src/libmunge'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: 'libcommon.la' is up to date.
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libmunge'
make[4]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[4]: 'libcommon.la' is up to date.
make[4]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
 /usr/bin/mkdir -p '/apps/munge-0.5.13/lib64'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libmunge.la '/apps/munge-0.5.13/lib64'
libtool: install: /usr/bin/install -c .libs/libmunge.so.2.0.0 /apps/munge-0.5.13/lib64/libmunge.so.2.0.0
libtool: install: (cd /apps/munge-0.5.13/lib64 && { ln -s -f libmunge.so.2.0.0 libmunge.so.2 || { rm -f libmunge.so.2 && ln -s libmunge.so.2.0.0 libmunge.so.2; }; })
libtool: install: (cd /apps/munge-0.5.13/lib64 && { ln -s -f libmunge.so.2.0.0 libmunge.so || { rm -f libmunge.so && ln -s libmunge.so.2.0.0 libmunge.so; }; })
libtool: install: /usr/bin/install -c .libs/libmunge.lai /apps/munge-0.5.13/lib64/libmunge.la
libtool: install: /usr/bin/install -c .libs/libmunge.a /apps/munge-0.5.13/lib64/libmunge.a
libtool: install: chmod 644 /apps/munge-0.5.13/lib64/libmunge.a
libtool: install: ranlib /apps/munge-0.5.13/lib64/libmunge.a
libtool: finish: PATH="/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/sbin" ldconfig -n /apps/munge-0.5.13/lib64
----------------------------------------------------------------------
Libraries have been installed in:
   /apps/munge-0.5.13/lib64

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/install -c -d -m 0755 "/apps/munge-0.5.13/include"
/usr/bin/install -c -d -m 0755 "/apps/munge-0.5.13/lib64"
/usr/bin/install -c -d -m 0755 "/apps/munge-0.5.13/share/man/man3"
for man in encode decode strerror; do \
  ln -f -s munge.3 \
    "/apps/munge-0.5.13/share/man/man3/munge_${man}.3"; \
done
for man in create copy destroy strerror get set; do \
  ln -f -s munge_ctx.3 \
    "/apps/munge-0.5.13/share/man/man3/munge_ctx_${man}.3"; \
done
for man in is_valid int_to_str str_to_int; do \
  ln -f -s munge_enum.3 \
    "/apps/munge-0.5.13/share/man/man3/munge_enum_${man}.3"; \
done
chmod 755 "/apps/munge-0.5.13/include"
chmod 755 "/apps/munge-0.5.13/lib64"
chmod 755 "/apps/munge-0.5.13/share/man"
 /usr/bin/mkdir -p '/apps/munge-0.5.13/include'
 /usr/bin/install -c -m 644 munge.h '/apps/munge-0.5.13/include'
 /usr/bin/mkdir -p '/apps/munge-0.5.13/share/man/man3'
 /usr/bin/install -c -m 644 munge.3 munge_ctx.3 munge_enum.3 '/apps/munge-0.5.13/share/man/man3'
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libmunge'
make[2]: Leaving directory '/apps/source/munge-0.5.13/src/libmunge'
Making install in munge
make[2]: Entering directory '/apps/source/munge-0.5.13/src/munge'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: 'libcommon.la' is up to date.
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libmissing'
make[3]: 'libmissing.la' is up to date.
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libmissing'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libmunge'
make[4]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[4]: 'libcommon.la' is up to date.
make[4]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libmunge'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/munge'
make[4]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[4]: 'libcommon.la' is up to date.
make[4]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[4]: Entering directory '/apps/source/munge-0.5.13/src/libmissing'
make[4]: 'libmissing.la' is up to date.
make[4]: Leaving directory '/apps/source/munge-0.5.13/src/libmissing'
make[4]: Entering directory '/apps/source/munge-0.5.13/src/libmunge'
make[5]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[5]: 'libcommon.la' is up to date.
make[5]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[4]: Leaving directory '/apps/source/munge-0.5.13/src/libmunge'
 /usr/bin/mkdir -p '/apps/munge-0.5.13/bin'
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c munge unmunge remunge '/apps/munge-0.5.13/bin'
libtool: install: /usr/bin/install -c .libs/munge /apps/munge-0.5.13/bin/munge
libtool: install: /usr/bin/install -c .libs/unmunge /apps/munge-0.5.13/bin/unmunge
libtool: install: /usr/bin/install -c .libs/remunge /apps/munge-0.5.13/bin/remunge
/usr/bin/install -c -d -m 0755 "/apps/munge-0.5.13/bin"
/usr/bin/install -c -d -m 0755 "/apps/munge-0.5.13/share/man/man1"
chmod 755 "/apps/munge-0.5.13/bin"
chmod 755 "/apps/munge-0.5.13/share/man"
 /usr/bin/mkdir -p '/apps/munge-0.5.13/share/man/man1'
 /usr/bin/install -c -m 644 munge.1 unmunge.1 remunge.1 '/apps/munge-0.5.13/share/man/man1'
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/munge'
make[2]: Leaving directory '/apps/source/munge-0.5.13/src/munge'
Making install in munged
make[2]: Entering directory '/apps/source/munge-0.5.13/src/munged'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: 'libcommon.la' is up to date.
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libmissing'
make[3]: 'libmissing.la' is up to date.
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libmissing'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/libmunge'
make[4]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[4]: 'libcommon.la' is up to date.
make[4]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/libmunge'
make[3]: Entering directory '/apps/source/munge-0.5.13/src/munged'
make[4]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[4]: 'libcommon.la' is up to date.
make[4]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[4]: Entering directory '/apps/source/munge-0.5.13/src/libmissing'
make[4]: 'libmissing.la' is up to date.
make[4]: Leaving directory '/apps/source/munge-0.5.13/src/libmissing'
make[4]: Entering directory '/apps/source/munge-0.5.13/src/libmunge'
make[5]: Entering directory '/apps/source/munge-0.5.13/src/libcommon'
make[5]: 'libcommon.la' is up to date.
make[5]: Leaving directory '/apps/source/munge-0.5.13/src/libcommon'
make[4]: Leaving directory '/apps/source/munge-0.5.13/src/libmunge'
 /usr/bin/mkdir -p '/apps/munge-0.5.13/sbin'
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c munged '/apps/munge-0.5.13/sbin'
libtool: install: /usr/bin/install -c .libs/munged /apps/munge-0.5.13/sbin/munged
/usr/bin/install -c -d -m 0755 "/apps/munge-0.5.13/sbin"
/usr/bin/install -c -d -m 0755 "/apps/munge-0.5.13/share/man/man8"
chmod 755 "/apps/munge-0.5.13/sbin"
chmod 755 "/apps/munge-0.5.13/share/man"
 /usr/bin/mkdir -p '/apps/munge-0.5.13/share/man/man8'
 /usr/bin/install -c -m 644 munged.8 '/apps/munge-0.5.13/share/man/man8'
make[3]: Leaving directory '/apps/source/munge-0.5.13/src/munged'
make[2]: Leaving directory '/apps/source/munge-0.5.13/src/munged'
make[2]: Entering directory '/apps/source/munge-0.5.13/src'
make[3]: Entering directory '/apps/source/munge-0.5.13/src'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/apps/source/munge-0.5.13/src'
make[2]: Leaving directory '/apps/source/munge-0.5.13/src'
make[1]: Leaving directory '/apps/source/munge-0.5.13/src'
make[1]: Entering directory '/apps/source/munge-0.5.13'
make[2]: Entering directory '/apps/source/munge-0.5.13'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/apps/source/munge-0.5.13'
make[1]: Leaving directory '/apps/source/munge-0.5.13'
admin@baker:/apps/source/munge-0.5.13>