[2905] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

pending/573: krb5 1.0.5 src/util/libupdate.sh bug + patch

daemon@ATHENA.MIT.EDU (jewell@MIT.EDU)
Wed Mar 25 00:23:21 1998

Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: gnats-admin@rt-11.MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, jewell@MIT.EDU
Date: Wed, 25 Mar 1998 00:20:56 -0500
From: jewell@MIT.EDU
To: krb5-bugs@MIT.EDU
Cc: jewell@MIT.EDU


>Number:         573
>Category:       pending
>Synopsis:       krb5 1.0.5 src/util/libupdate.sh bug + patch
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          open
>Class:          sw-bug
>Submitter-Id:   unknown
>Arrival-Date:   Wed Mar 25 00:23:01 EST 1998
>Last-Modified:
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Unformatted:
There was a semicolon missing from the src/util/libupdate.sh
script in the kerberos 5 1.0.5 distribution on athena-dist.mit.edu
Here is a patch that fixed the problem for me:

--- krb5-1.0.5/src/util/libupdate.sh.dist	Fri Feb  6 22:45:49 1998
+++ krb5-1.0.5/src/util/libupdate.sh	Tue Mar 24 21:54:47 1998
@@ -41,4 +41,4 @@
 
 $rmcmd
 $arcmd $library `for dir do (cd $dir; cat $oblist | \
-		sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g") done`
+		sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g"); done`

I've included the make log from the broken compile below, in case it is useful.
I was compiling under debian linux 1.3.1

Darrin

making all in util...
make[1]: Entering directory `/usr/local/src/krb5-1.0.5/src/util'
rm -f libupdate libupdate.tmp
sed -e 's,@''ARADD''@,ar cruv,g' -e 's,@''ARCHIVE''@,ar cqv,g' ./libupdate.sh > libupdate.tmp && chmod +x libupdate.tmp && mv libupdate.tmp libupdate
rm -f makeshlib makeshlib.tmp
sed -e 's,@''CC''@,cc,g' -e 's,@''HOST_TYPE''@,i486-unknown-linux,g' -e 's,@''HAVE_GCC''@,yes,g' ./makeshlib.sh >makeshlib.tmp&&chmod a+x makeshlib.tmp&&mv makeshlib.tmp makeshlib
making all in util/et...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/util/et'
/bin/sh ./config_script ./compile_et.sh \
mawk sed > compile_et
chmod 755 compile_et	
+ rm -f ./../../include/com_err.h
+ cp ./com_err.h ./../../include/com_err.h
mkdir shared
cc  -DNO_YYLINENO=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -DHDR_HAS_PERROR=1 -DHAVE_STRERROR=1 -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I. -c ./error_message.c
cc -fPIC  -DNO_YYLINENO=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -DHDR_HAS_PERROR=1 -DHAVE_STRERROR=1 -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I. -o shared/error_message.o -c error_message.c
cc  -DNO_YYLINENO=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -DHDR_HAS_PERROR=1 -DHAVE_STRERROR=1 -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I. -c ./et_name.c
cc -fPIC  -DNO_YYLINENO=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -DHDR_HAS_PERROR=1 -DHAVE_STRERROR=1 -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I. -o shared/et_name.o -c et_name.c
cc  -DNO_YYLINENO=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -DHDR_HAS_PERROR=1 -DHAVE_STRERROR=1 -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I. -c ./init_et.c
cc -fPIC  -DNO_YYLINENO=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -DHDR_HAS_PERROR=1 -DHAVE_STRERROR=1 -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I. -o shared/init_et.o -c init_et.c
cc  -DNO_YYLINENO=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -DHDR_HAS_PERROR=1 -DHAVE_STRERROR=1 -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I. -c ./com_err.c
cc -fPIC  -DNO_YYLINENO=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -DHDR_HAS_PERROR=1 -DHAVE_STRERROR=1 -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I. -o shared/com_err.o -c com_err.c
rm -f DONE
echo error_message.o et_name.o init_et.o com_err.o >DONE
./../../util/makeshlib libcom_err.so.1.0	\
"-L./../../lib" \
	"" " -Wl,-rpath -Wl,/usr/local/lib	" "1.0" . 
cc -G -Wl,-rpath -Wl,/usr/local/lib -o libcom_err.so.1.0 ./shared/error_message.o ./shared/et_name.o ./shared/init_et.o ./shared/com_err.o -L./../../lib
rm -f libcom_err.so
ln -s libcom_err.so.1.0 libcom_err.so
ar cqv libcom_err.a error_message.o et_name.o init_et.o com_err.o
a - error_message.o
a - et_name.o
a - init_et.o
a - com_err.o
ranlib libcom_err.a
rm -f ../../lib/libcom_err.so.1.0
ln -s ../util/et/libcom_err.so.1.0 ../../lib/libcom_err.so.1.0
rm -f ./../../lib/libcom_err.so
ln -s libcom_err.so.1.0 ./../../lib/libcom_err.so
rm -f ../../lib/libcom_err.a
ln -s ../util/et/libcom_err.a ../../lib/libcom_err.a
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/util/et'
making all in util/ss...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/util/ss'
/bin/sh ./config_script ./mk_cmds.sh . mawk sed > mk_cmds
chmod 755 mk_cmds	
cp ./ct_c_awk.in ct_c.awk
sed -e '/^#/d' ./ct_c_sed.in > ct_c.sed
mawk -f ../../util/et/et_c.awk outfile=ss_err.c ss_err.et
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c ss_err.c -o ss_err.o
+ ./../../util/ss/mk_cmds std_rqs.ct
mawk -f ../../util/et/et_h.awk outfile=ss_err.h ss_err.et
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c std_rqs.c -o std_rqs.o
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c invocation.c -o invocation.o
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c help.c -o help.o
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c execute_cmd.c -o execute_cmd.o
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c listen.c -o listen.o
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c parse.c -o parse.o
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c error.c -o error.o
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c prompt.c -o prompt.o
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c request_tbl.c -o request_tbl.o
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c list_rqs.c -o list_rqs.o
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c pager.c -o pager.o
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c requests.c -o requests.o
cc  -DNO_YYLINENO=1 -DHAS_STRDUP=1 -DUSE_DIRENT_H=1 -DPOSIX_SIGNALS=1 -DRETSIGTYPE=void -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./ -I./.. -I./../et -I.. -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c data.c -o data.o
ar cruv libss.a ss_err.o std_rqs.o invocation.o help.o execute_cmd.o listen.o parse.o error.o prompt.o request_tbl.o list_rqs.o pager.o requests.o data.o
a - ss_err.o
a - std_rqs.o
a - invocation.o
a - help.o
a - execute_cmd.o
a - listen.o
a - parse.o
a - error.o
a - prompt.o
a - request_tbl.o
a - list_rqs.o
a - pager.o
a - requests.o
a - data.o
ranlib libss.a
+ mkdir ./../../include/ss
+ rm -f ./../../include/ss/ss.h
+ cp ./ss.h ./../../include/ss/ss.h
+ rm -f ./../../include/ss/mit-sipb-copyright.h
+ cp ./mit-sipb-copyright.h ./../../include/ss/mit-sipb-copyright.h
+ rm -f ./../../include/ss/ss_err.h
+ cp ss_err.h ./../../include/ss/ss_err.h
rm -f ../../lib/libss.a
ln -s ../util/ss/libss.a ../../lib/libss.a
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/util/ss'
making all in util/profile...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/util/profile'
mkdir shared
mawk -f ../../util/et/et_h.awk outfile=prof_err.h prof_err.et
cat ./profile.hin prof_err.h > profile.h
+ rm -f ./../../include/profile.h
+ cp profile.h ./../../include/profile.h
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -c ./prof_tree.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -o shared/prof_tree.o -c prof_tree.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -c ./prof_file.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -o shared/prof_file.o -c prof_file.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -c ./prof_parse.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -o shared/prof_parse.o -c prof_parse.c
mawk -f ../../util/et/et_c.awk outfile=prof_err.c prof_err.et
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -c prof_err.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -o shared/prof_err.o -c prof_err.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -c ./prof_init.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -o shared/prof_init.o -c prof_init.c
ar cqv libprofile.a prof_tree.o prof_file.o prof_parse.o prof_err.o prof_init.o
a - prof_tree.o
a - prof_file.o
a - prof_parse.o
a - prof_err.o
a - prof_init.o
ranlib libprofile.a
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -c ./test_parse.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -o shared/test_parse.o -c test_parse.c
cc -o test_parse test_parse.o prof_tree.o prof_file.o prof_parse.o prof_err.o prof_init.o ../et/libcom_err.a
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -c ./test_profile.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STAT=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I. -I./../et  -o shared/test_profile.o -c test_profile.c
cc -o test_profile test_profile.o prof_tree.o prof_file.o prof_parse.o prof_err.o prof_init.o ../et/libcom_err.a
+ echo prof_tree.o prof_file.o prof_parse.o prof_err.o prof_init.o
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/util/profile'
making all in util/pty...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/util/pty'
+ rm -f ./../../include/libpty.h
+ cp ./libpty.h ./../../include/libpty.h
mawk -f ../../util/et/et_h.awk outfile=pty_err.h pty_err.et
cc  -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_VHANGUP=1 -DHAVE_KILLPG=1 -DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1 -DHAVE_TTYNAME=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAITPID=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I. -I. -c ./cleanup.c
cc  -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_VHANGUP=1 -DHAVE_KILLPG=1 -DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1 -DHAVE_TTYNAME=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAITPID=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I. -I. -c ./getpty.c
cc  -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_VHANGUP=1 -DHAVE_KILLPG=1 -DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1 -DHAVE_TTYNAME=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAITPID=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I. -I. -c ./init_slave.c
cc  -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_VHANGUP=1 -DHAVE_KILLPG=1 -DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1 -DHAVE_TTYNAME=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAITPID=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I. -I. -c ./open_ctty.c
cc  -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_VHANGUP=1 -DHAVE_KILLPG=1 -DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1 -DHAVE_TTYNAME=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAITPID=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I. -I. -c ./open_slave.c
cc  -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_VHANGUP=1 -DHAVE_KILLPG=1 -DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1 -DHAVE_TTYNAME=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAITPID=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I. -I. -c ./update_utmp.c
cc  -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_VHANGUP=1 -DHAVE_KILLPG=1 -DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1 -DHAVE_TTYNAME=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAITPID=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I. -I. -c ./update_wtmp.c
cc  -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_VHANGUP=1 -DHAVE_KILLPG=1 -DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1 -DHAVE_TTYNAME=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAITPID=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I. -I. -c ./vhangup.c
cc  -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_VHANGUP=1 -DHAVE_KILLPG=1 -DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1 -DHAVE_TTYNAME=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAITPID=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I. -I. -c ./void_assoc.c
mawk -f ../../util/et/et_c.awk outfile=pty_err.c pty_err.et
cc  -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_VHANGUP=1 -DHAVE_KILLPG=1 -DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1 -DHAVE_TTYNAME=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAITPID=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I. -I. -c pty_err.c
cc  -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_VHANGUP=1 -DHAVE_KILLPG=1 -DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1 -DHAVE_TTYNAME=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAITPID=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I. -I. -c ./logwtmp.c
cc  -DHAVE_FCHMOD=1 -DHAVE_FCHOWN=1 -DHAVE_VHANGUP=1 -DHAVE_KILLPG=1 -DSTDC_HEADERS=1 -DHAVE_GETUTENT=1 -DHAVE_SETREUID=1 -DHAVE_SETSID=1 -DHAVE_TTYNAME=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_WAITPID=1 -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I. -I. -c ./init.c
+ echo cleanup.o getpty.o init_slave.o open_ctty.o open_slave.o update_utmp.o update_wtmp.o vhangup.o void_assoc.o pty_err.o logwtmp.o init.o
+ ./../../util/libupdate --force libpty.a DONE .
Updating library libpty.a from ./DONE
./../../util/libupdate: command substitution: line 1: syntax error near unexpected token `done'
./../../util/libupdate: command substitution: line 1: `for dir do (cd $dir; cat $oblist | 		sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g") done'
ranlib libpty.a
touch libpty.stamp
rm -f ../../lib/libpty.a
ln -s ../util/pty/libpty.a ../../lib/libpty.a
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/util/pty'
making all in util/dyn...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/util/dyn'
mkdir shared
+ rm -f ./../../include/dyn.h
+ cp ./dyn.h ./../../include/dyn.h
cc  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./dyn_create.c
cc -fPIC  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/dyn_create.o -c dyn_create.c
cc  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./dyn_put.c
cc -fPIC  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/dyn_put.o -c dyn_put.c
cc  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./dyn_debug.c
cc -fPIC  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/dyn_debug.o -c dyn_debug.c
cc  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./dyn_delete.c
cc -fPIC  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/dyn_delete.o -c dyn_delete.c
cc  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./dyn_size.c
cc -fPIC  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/dyn_size.o -c dyn_size.c
cc  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./dyn_append.c
cc -fPIC  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/dyn_append.o -c dyn_append.c
cc  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./dyn_realloc.c
cc -fPIC  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/dyn_realloc.o -c dyn_realloc.c
cc  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./dyn_paranoid.c
cc -fPIC  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/dyn_paranoid.o -c dyn_paranoid.c
cc  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./dyn_insert.c
cc -fPIC  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/dyn_insert.o -c dyn_insert.c
cc  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./dyn_initzero.c
cc -fPIC  -DHAVE_MEMMOVE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/dyn_initzero.o -c dyn_initzero.c
rm -f DONE
echo dyn_create.o dyn_put.o dyn_debug.o dyn_delete.o dyn_size.o dyn_append.o dyn_realloc.o dyn_paranoid.o dyn_insert.o dyn_initzero.o >DONE
./../../util/makeshlib libdyn.so.1.0	\
"" \
	"" "" "1.0" . 
cc -G -o libdyn.so.1.0 ./shared/dyn_create.o ./shared/dyn_put.o ./shared/dyn_debug.o ./shared/dyn_delete.o ./shared/dyn_size.o ./shared/dyn_append.o ./shared/dyn_realloc.o ./shared/dyn_paranoid.o ./shared/dyn_insert.o ./shared/dyn_initzero.o
rm -f libdyn.so
ln -s libdyn.so.1.0 libdyn.so
rm -f libdyn.a
ar cruv libdyn.a dyn_create.o dyn_put.o dyn_debug.o dyn_delete.o dyn_size.o dyn_append.o dyn_realloc.o dyn_paranoid.o dyn_insert.o dyn_initzero.o
a - dyn_create.o
a - dyn_put.o
a - dyn_debug.o
a - dyn_delete.o
a - dyn_size.o
a - dyn_append.o
a - dyn_realloc.o
a - dyn_paranoid.o
a - dyn_insert.o
a - dyn_initzero.o
ranlib libdyn.a
rm -f ../../lib/libdyn.so.1.0
ln -s ../util/dyn/libdyn.so.1.0 ../../lib/libdyn.so.1.0
rm -f ../../lib/libdyn.so
ln -s libdyn.so.1.0 ../../lib/libdyn.so
rm -f ../../lib/libdyn.a
ln -s ../util/dyn/libdyn.a ../../lib/libdyn.a
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/util/dyn'
making all in util/db2...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/util/db2'
for i in obj; do (cd $i; make all) || exit 1; done
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/util/db2/obj'
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o hash.o ../hash/hash.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o hash_bigkey.o ../hash/hash_bigkey.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o hash_debug.o ../hash/hash_debug.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o hash_func.o ../hash/hash_func.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o hash_log2.o ../hash/hash_log2.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o hash_page.o ../hash/hash_page.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o hsearch.o ../hash/hsearch.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o dbm.o ../hash/dbm.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o bt_close.o ../btree/bt_close.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o bt_conv.o ../btree/bt_conv.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o bt_debug.o ../btree/bt_debug.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o bt_delete.o ../btree/bt_delete.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o bt_get.o ../btree/bt_get.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o bt_open.o ../btree/bt_open.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o bt_overflow.o ../btree/bt_overflow.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o bt_page.o ../btree/bt_page.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o bt_put.o ../btree/bt_put.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o bt_search.o ../btree/bt_search.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o bt_seq.o ../btree/bt_seq.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o bt_split.o ../btree/bt_split.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o bt_utils.o ../btree/bt_utils.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o db.o ../db/db.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o mpool.o ../mpool/mpool.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o rec_close.o ../recno/rec_close.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o rec_delete.o ../recno/rec_delete.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o rec_get.o ../recno/rec_get.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o rec_open.o ../recno/rec_open.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o rec_put.o ../recno/rec_put.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o rec_search.o ../recno/rec_search.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o rec_seq.o ../recno/rec_seq.c
cc -g -O  -DHAVE_CONFIG_H -I. -I../include -I../mpool -I../db -I../hash -I../btree -I../recno -c -o rec_utils.o ../recno/rec_utils.c
ar cru libdb.a hash.o hash_bigkey.o hash_debug.o hash_func.o hash_log2.o hash_page.o hsearch.o dbm.o bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o bt_utils.o db.o mpool.o rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o rec_search.o rec_seq.o rec_utils.o  
ranlib libdb.a
ln -s ../include/db.h .
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/util/db2/obj'
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/util/db2'
making all in util/send-pr...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/util/send-pr'
sed -e 's,@DATADIR@,/usr/local/share,g' \
    -e 's,@SUBMITTER@,net,g' \
    -e 's/@DEFAULT_RELEASE@/krb5-1.0.5/g' ./send-pr.sh > send-pr
sed -e 's,@ADMIN_BINDIR@,/usr/local/sbin,g' ./install-sid.sh > install-sid
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/util/send-pr'
rm -f ../include/db.h ../include/db-config.h ../include/db-ndbm.h \
	../lib/libdb.a
ln -s ../util/db2/obj/db.h ../include
ln -s ../util/db2/obj/db-config.h ../include
ln -s ../util/db2/obj/libdb.a ../lib
if test '.' = . ; then \
	ln -s ../util/db2/include/db-ndbm.h ../include; \
else \
	ln -s ./db2/include/db-ndbm.h ../include; \
fi
make[1]: Leaving directory `/usr/local/src/krb5-1.0.5/src/util'
making all in include...
make[1]: Entering directory `/usr/local/src/krb5-1.0.5/src/include'
making all in include/krb5...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/include/krb5'
/bin/sh config.status
creating ./Makefile.tmp
creating autoconf.h
autoconf.h is unchanged
creating ./Makefile
touch autoconf.stamp
cat ./stock/osconf.h | sed -e "s+@KRB5RCTMPDIR+/usr/tmp+" -e "s+@PREFIX+/usr/local+" -e "s+@EXEC_PREFIX+/usr/local+" -e 's+@LOCALSTATEDIR+/usr/local/var+' -e 's+@SYSCONFDIR+/usr/local/etc+'  > osconf.new
+ rm -f osconf.h
+ cp osconf.new osconf.h
+ rm -f osconf.new
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/include/krb5'
making all in include/kerberosIV...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/include/kerberosIV'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/include/kerberosIV'
mawk -f ../util/et/et_h.awk outfile=krb5_err.h	\
	 ../lib/krb5/error_tables/krb5_err.et
mawk -f ../util/et/et_h.awk outfile=kdb5_err.h	\
	../lib/krb5/error_tables/kdb5_err.et
mawk -f ../util/et/et_h.awk outfile=kv5m_err.h	\
	../lib/krb5/error_tables/kv5m_err.et
mawk -f ../util/et/et_h.awk outfile=asn1_err.h	\
	../lib/krb5/error_tables/asn1_err.et
echo "/* This is the prologue to krb5.h */" > krb5.h
echo "/* Unfortunately some of these defines are compiler dependent */" >> krb5.h
grep SIZEOF krb5/autoconf.h >> krb5.h
grep HAVE_STDARG_H krb5/autoconf.h >> krb5.h
grep HAVE_SYS_TYPES_H krb5/autoconf.h >> krb5.h
echo "/* End of prologue section */"  >> krb5.h
cat ./krb5.hin krb5_err.h kdb5_err.h kv5m_err.h \
asn1_err.h >> krb5.h
mawk -f ../util/et/et_h.awk outfile=adm_err.h	\
	../lib/krb5/error_tables/adm_err.et
make[1]: Leaving directory `/usr/local/src/krb5-1.0.5/src/include'
making all in lib...
make[1]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib'
making all in lib/crypto...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/crypto'
making all in lib/crypto/des...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/crypto/des'
mkdir shared
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./afsstring2key.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/afsstring2key.o -c afsstring2key.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./cbc_cksum.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/cbc_cksum.o -c cbc_cksum.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./finish_key.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/finish_key.o -c finish_key.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./fin_rndkey.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/fin_rndkey.o -c fin_rndkey.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./init_rkey.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/init_rkey.o -c init_rkey.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./process_ky.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/process_ky.o -c process_ky.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./random_key.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/random_key.o -c random_key.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./string2key.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/string2key.o -c string2key.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./key_sched.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/key_sched.o -c key_sched.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./weak_key.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/weak_key.o -c weak_key.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_cbc.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_cbc.o -c f_cbc.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_cksum.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_cksum.o -c f_cksum.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_sched.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_sched.o -c f_sched.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_ecb.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_ecb.o -c f_ecb.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_parity.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_parity.o -c f_parity.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_tables.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_tables.o -c f_tables.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./d3_cbc.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/d3_cbc.o -c d3_cbc.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./d3_ecb.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/d3_ecb.o -c d3_ecb.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./d3_kysched.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/d3_kysched.o -c d3_kysched.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./d3_procky.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/d3_procky.o -c d3_procky.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./d3_str2ky.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/d3_str2ky.o -c d3_str2ky.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./u_nfold.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/u_nfold.o -c u_nfold.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./u_rn_key.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/u_rn_key.o -c u_rn_key.c
+ echo afsstring2key.o cbc_cksum.o finish_key.o fin_rndkey.o init_rkey.o process_ky.o random_key.o string2key.o key_sched.o weak_key.o f_cbc.o f_cksum.o f_sched.o f_ecb.o f_parity.o f_tables.o d3_cbc.o d3_ecb.o d3_kysched.o d3_procky.o d3_str2ky.o u_nfold.o u_rn_key.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/crypto/des'
making all in lib/crypto/crc32...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/crypto/crc32'
mkdir shared
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./crc.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/crc.o -c crc.c
+ echo crc.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/crypto/crc32'
making all in lib/crypto/md4...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/crypto/md4'
mkdir shared
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -I"." -c ./md4.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -I"." -o shared/md4.o -c md4.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -I"." -c ./md4glue.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -I"." -o shared/md4glue.o -c md4glue.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -I"." -c ./md4crypto.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -I"." -o shared/md4crypto.o -c md4crypto.c
+ echo md4.o md4glue.o md4crypto.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/crypto/md4'
making all in lib/crypto/md5...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/crypto/md5'
mkdir shared
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -c ./md5.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -o shared/md5.o -c md5.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -c ./md5glue.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -o shared/md5glue.o -c md5glue.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -c ./md5crypto.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -o shared/md5crypto.o -c md5crypto.c
+ echo md5.o md5glue.o md5crypto.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/crypto/md5'
making all in lib/crypto/sha...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/crypto/sha'
mkdir shared
cc  -DHAVE_SYS_TYPES_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -c ./shs.c
cc -fPIC  -DHAVE_SYS_TYPES_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -o shared/shs.o -c shs.c
cc  -DHAVE_SYS_TYPES_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -c ./hmac_sha.c
cc -fPIC  -DHAVE_SYS_TYPES_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -o shared/hmac_sha.o -c hmac_sha.c
cc  -DHAVE_SYS_TYPES_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -c ./sha_crypto.c
cc -fPIC  -DHAVE_SYS_TYPES_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -o shared/sha_crypto.o -c sha_crypto.c
cc  -DHAVE_SYS_TYPES_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -c ./sha_glue.c
cc -fPIC  -DHAVE_SYS_TYPES_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../des -o shared/sha_glue.o -c sha_glue.c
+ echo shs.o hmac_sha.o sha_crypto.o sha_glue.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/crypto/sha'
making all in lib/crypto/os...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/crypto/os'
mkdir shared
cc  -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_GETPID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./rnd_confoun.c
cc -fPIC  -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_GETPID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/rnd_confoun.o -c rnd_confoun.c
cc  -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_GETPID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./c_localaddr.c
cc -fPIC  -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_GETPID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/c_localaddr.o -c c_localaddr.c
cc  -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_GETPID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./c_ustime.c
cc -fPIC  -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_GETPID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/c_ustime.o -c c_ustime.c
+ echo rnd_confoun.o c_localaddr.o c_ustime.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/crypto/os'
mkdir shared
cc  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -c ./cryptoconf.c
cc -fPIC  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -o shared/cryptoconf.o -c cryptoconf.c
cc  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -c ./encrypt_data.c
cc -fPIC  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -o shared/encrypt_data.o -c encrypt_data.c
cc  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -c ./decrypt_data.c
cc -fPIC  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -o shared/decrypt_data.o -c decrypt_data.c
cc  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -c ./des_crc.c
cc -fPIC  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -o shared/des_crc.o -c des_crc.c
cc  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -c ./des_md5.c
cc -fPIC  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -o shared/des_md5.o -c des_md5.c
cc  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -c ./des3_sha.c
cc -fPIC  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -o shared/des3_sha.o -c des3_sha.c
cc  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -c ./des3_raw.c
cc -fPIC  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -o shared/des3_raw.o -c des3_raw.c
cc  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -c ./raw_des.c
cc -fPIC  -DPROVIDE_DES_CBC_MD5=1 -DPROVIDE_DES_CBC_CRC=1 -DPROVIDE_DES_CBC_RAW=1 -DPROVIDE_DES_CBC_CKSUM=1 -DPROVIDE_CRC32=1 -DPROVIDE_RSA_MD4=1 -DPROVIDE_RSA_MD5=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./crc32 -I./des -I./md4 -I./md5 -I./sha -o shared/raw_des.o -c raw_des.c
+ echo cryptoconf.o encrypt_data.o decrypt_data.o des_crc.o des_md5.o des3_sha.o des3_raw.o raw_des.o
./../../util/makeshlib libcrypto.so.1.0	\
"-L./../../lib" \
	"" " -Wl,-rpath -Wl,/usr/local/lib" "1.0" des md4 md5 sha crc32 os . 
cc -G -Wl,-rpath -Wl,/usr/local/lib -o libcrypto.so.1.0 des/shared/afsstring2key.o des/shared/cbc_cksum.o des/shared/finish_key.o des/shared/fin_rndkey.o des/shared/init_rkey.o des/shared/process_ky.o des/shared/random_key.o des/shared/string2key.o des/shared/key_sched.o des/shared/weak_key.o des/shared/f_cbc.o des/shared/f_cksum.o des/shared/f_sched.o des/shared/f_ecb.o des/shared/f_parity.o des/shared/f_tables.o des/shared/d3_cbc.o des/shared/d3_ecb.o des/shared/d3_kysched.o des/shared/d3_procky.o des/shared/d3_str2ky.o des/shared/u_nfold.o des/shared/u_rn_key.o md4/shared/md4.o md4/shared/md4glue.o md4/shared/md4crypto.o md5/shared/md5.o md5/shared/md5glue.o md5/shared/md5crypto.o sha/shared/shs.o sha/shared/hmac_sha.o sha/shared/sha_crypto.o sha/shared/sha_glue.o crc32/shared/crc.o os/shared/rnd_confoun.o os/shared/c_localaddr.o os/shared/c_ustime.o ./shared/cryptoconf.o ./shared/encrypt_data.o ./shared/decrypt_data.o ./shared/des_crc.o ./shared/des_md5.o ./shared/des3_s!
 ha.o ./shared/des3_raw.o ./shared/raw_des.o -L./../../lib
rm -f libcrypto.so
ln -s libcrypto.so.1.0 libcrypto.so
+ ./../../util/libupdate --force libcrypto.a DONE des md4 md5 sha crc32 os .
Updating library libcrypto.a from des/DONE md4/DONE md5/DONE sha/DONE crc32/DONE os/DONE ./DONE
./../../util/libupdate: command substitution: line 1: syntax error near unexpected token `done'
./../../util/libupdate: command substitution: line 1: `for dir do (cd $dir; cat $oblist | 		sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g") done'
ranlib libcrypto.a
touch libcrypto.stamp
rm -f ../libcrypto.so.1.0
ln -s ./crypto/libcrypto.so.1.0 ../libcrypto.so.1.0
rm -f ../libcrypto.so
ln -s libcrypto.so.1.0 ../libcrypto.so
rm -f ../libcrypto.a
ln -s ./crypto/libcrypto.a ../libcrypto.a
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/crypto'
making all in lib/krb5...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5'
making all in lib/krb5/error_tables...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/error_tables'
mawk -f ../../../util/et/et_h.awk outfile=asn1_err.h asn1_err.et
mawk -f ../../../util/et/et_h.awk outfile=kdb5_err.h kdb5_err.et
mawk -f ../../../util/et/et_h.awk outfile=krb5_err.h krb5_err.et
mawk -f ../../../util/et/et_h.awk outfile=kv5m_err.h kv5m_err.et
mawk -f ../../../util/et/et_h.awk outfile=adm_err.h adm_err.et
mkdir shared
mawk -f ../../../util/et/et_c.awk outfile=asn1_err.c asn1_err.et
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c asn1_err.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/asn1_err.o -c asn1_err.c
mawk -f ../../../util/et/et_c.awk outfile=kdb5_err.c kdb5_err.et
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c kdb5_err.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/kdb5_err.o -c kdb5_err.c
mawk -f ../../../util/et/et_c.awk outfile=krb5_err.c krb5_err.et
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c krb5_err.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/krb5_err.o -c krb5_err.c
mawk -f ../../../util/et/et_c.awk outfile=kv5m_err.c kv5m_err.et
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c kv5m_err.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/kv5m_err.o -c kv5m_err.c
mawk -f ../../../util/et/et_c.awk outfile=adm_err.c adm_err.et
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c adm_err.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/adm_err.o -c adm_err.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./init_ets.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/init_ets.o -c init_ets.c
+ echo asn1_err.o kdb5_err.o krb5_err.o kv5m_err.o adm_err.o init_ets.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/error_tables'
making all in lib/krb5/asn.1...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/asn.1'
mkdir shared
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./asn1_decode.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/asn1_decode.o -c asn1_decode.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./asn1_k_decode.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/asn1_k_decode.o -c asn1_k_decode.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./asn1_encode.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/asn1_encode.o -c asn1_encode.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./asn1_get.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/asn1_get.o -c asn1_get.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./asn1_make.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/asn1_make.o -c asn1_make.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./asn1buf.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/asn1buf.o -c asn1buf.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./krb5_decode.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/krb5_decode.o -c krb5_decode.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./krb5_encode.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/krb5_encode.o -c krb5_encode.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./asn1_k_encode.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/asn1_k_encode.o -c asn1_k_encode.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./asn1_misc.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/asn1_misc.o -c asn1_misc.c
+ echo asn1_decode.o asn1_k_decode.o asn1_encode.o asn1_get.o asn1_make.o asn1buf.o krb5_decode.o krb5_encode.o asn1_k_encode.o asn1_misc.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/asn.1'
making all in lib/krb5/ccache...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/ccache'
making all in lib/krb5/ccache/stdio...
make[4]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/ccache/stdio'
mkdir shared
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_close.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_close.o -c scc_close.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_destry.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_destry.o -c scc_destry.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_eseq.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_eseq.o -c scc_eseq.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_gennew.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_gennew.o -c scc_gennew.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_getnam.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_getnam.o -c scc_getnam.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_gprin.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_gprin.o -c scc_gprin.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_init.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_init.o -c scc_init.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_nseq.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_nseq.o -c scc_nseq.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_read.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_read.o -c scc_read.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_reslv.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_reslv.o -c scc_reslv.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_retrv.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_retrv.o -c scc_retrv.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_sseq.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_sseq.o -c scc_sseq.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_store.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_store.o -c scc_store.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_skip.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_skip.o -c scc_skip.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_ops.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_ops.o -c scc_ops.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_write.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_write.o -c scc_write.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_sflags.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_sflags.o -c scc_sflags.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_defops.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_defops.o -c scc_defops.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_errs.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_errs.o -c scc_errs.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./scc_maybe.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/scc_maybe.o -c scc_maybe.c
+ echo scc_close.o scc_destry.o scc_eseq.o scc_gennew.o scc_getnam.o scc_gprin.o scc_init.o scc_nseq.o scc_read.o scc_reslv.o scc_retrv.o scc_sseq.o scc_store.o scc_skip.o scc_ops.o scc_write.o scc_sflags.o scc_defops.o scc_errs.o scc_maybe.o
make[4]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/ccache/stdio'
making all in lib/krb5/ccache/file...
make[4]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/ccache/file'
mkdir shared
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_close.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_close.o -c fcc_close.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_destry.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_destry.o -c fcc_destry.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_eseq.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_eseq.o -c fcc_eseq.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_gennew.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_gennew.o -c fcc_gennew.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_getnam.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_getnam.o -c fcc_getnam.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_gprin.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_gprin.o -c fcc_gprin.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_init.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_init.o -c fcc_init.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_nseq.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_nseq.o -c fcc_nseq.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_read.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_read.o -c fcc_read.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_reslv.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_reslv.o -c fcc_reslv.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_retrv.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_retrv.o -c fcc_retrv.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_sseq.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_sseq.o -c fcc_sseq.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_store.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_store.o -c fcc_store.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_skip.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_skip.o -c fcc_skip.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_ops.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_ops.o -c fcc_ops.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_write.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_write.o -c fcc_write.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_sflags.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_sflags.o -c fcc_sflags.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_defops.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_defops.o -c fcc_defops.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_errs.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_errs.o -c fcc_errs.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./fcc_maybe.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_FLOCK=1  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/fcc_maybe.o -c fcc_maybe.c
+ echo fcc_close.o fcc_destry.o fcc_eseq.o fcc_gennew.o fcc_getnam.o fcc_gprin.o fcc_init.o fcc_nseq.o fcc_read.o fcc_reslv.o fcc_retrv.o fcc_sseq.o fcc_store.o fcc_skip.o fcc_ops.o fcc_write.o fcc_sflags.o fcc_defops.o fcc_errs.o fcc_maybe.o
make[4]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/ccache/file'
making all in lib/krb5/ccache/memory...
make[4]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/ccache/memory'
mkdir shared
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_close.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_close.o -c mcc_close.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_destry.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_destry.o -c mcc_destry.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_eseq.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_eseq.o -c mcc_eseq.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_gennew.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_gennew.o -c mcc_gennew.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_getnam.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_getnam.o -c mcc_getnam.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_gprin.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_gprin.o -c mcc_gprin.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_init.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_init.o -c mcc_init.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_nseq.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_nseq.o -c mcc_nseq.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_reslv.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_reslv.o -c mcc_reslv.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_retrv.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_retrv.o -c mcc_retrv.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_sseq.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_sseq.o -c mcc_sseq.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_store.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_store.o -c mcc_store.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_ops.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_ops.o -c mcc_ops.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./mcc_sflags.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/mcc_sflags.o -c mcc_sflags.c
+ echo mcc_close.o mcc_destry.o mcc_eseq.o mcc_gennew.o mcc_getnam.o mcc_gprin.o mcc_init.o mcc_nseq.o mcc_reslv.o mcc_retrv.o mcc_sseq.o mcc_store.o mcc_ops.o mcc_sflags.o
make[4]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/ccache/memory'
mkdir shared
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./file -I./stdio -c ./ccbase.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./file -I./stdio -o shared/ccbase.o -c ccbase.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./file -I./stdio -c ./ccdefault.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./file -I./stdio -o shared/ccdefault.o -c ccdefault.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./file -I./stdio -c ./ccdefops.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./file -I./stdio -o shared/ccdefops.o -c ccdefops.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./file -I./stdio -c ./ser_cc.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./file -I./stdio -o shared/ser_cc.o -c ser_cc.c
+ echo ccbase.o ccdefault.o ccdefops.o ser_cc.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/ccache'
making all in lib/krb5/keytab...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/keytab'
making all in lib/krb5/keytab/file...
make[4]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/keytab/file'
mkdir shared
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_add.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_add.o -c ktf_add.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_close.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_close.o -c ktf_close.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_endget.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_endget.o -c ktf_endget.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_g_ent.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_g_ent.o -c ktf_g_ent.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_g_name.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_g_name.o -c ktf_g_name.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_next.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_next.o -c ktf_next.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_resolv.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_resolv.o -c ktf_resolv.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_remove.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_remove.o -c ktf_remove.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_ssget.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_ssget.o -c ktf_ssget.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_util.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_util.o -c ktf_util.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_ops.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_ops.o -c ktf_ops.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_wops.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_wops.o -c ktf_wops.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_wreslv.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_wreslv.o -c ktf_wreslv.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ktf_defops.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ktf_defops.o -c ktf_defops.c
cc  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -c ./ser_ktf.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../../include -I../../../../include -I./../../../../include/krb5 -I../../../../include/krb5 -o shared/ser_ktf.o -c ser_ktf.c
+ echo ktf_add.o ktf_close.o ktf_endget.o ktf_g_ent.o ktf_g_name.o ktf_next.o ktf_resolv.o ktf_remove.o ktf_ssget.o ktf_util.o ktf_ops.o ktf_wops.o ktf_wreslv.o ktf_defops.o ser_ktf.o
make[4]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/keytab/file'
mkdir shared
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ktadd.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ktadd.o -c ktadd.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ktbase.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ktbase.o -c ktbase.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ktdefault.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ktdefault.o -c ktdefault.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ktfr_entry.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ktfr_entry.o -c ktfr_entry.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ktremove.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ktremove.o -c ktremove.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./read_servi.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/read_servi.o -c read_servi.c
+ echo ktadd.o ktbase.o ktdefault.o ktfr_entry.o ktremove.o read_servi.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/keytab'
making all in lib/krb5/krb...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/krb'
mkdir shared
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./addr_comp.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/addr_comp.o -c addr_comp.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./addr_order.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/addr_order.o -c addr_order.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./addr_srch.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/addr_srch.o -c addr_srch.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./auth_con.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/auth_con.o -c auth_con.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./bld_pr_ext.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/bld_pr_ext.o -c bld_pr_ext.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./bld_princ.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/bld_princ.o -c bld_princ.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./chk_trans.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/chk_trans.o -c chk_trans.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./conv_princ.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/conv_princ.o -c conv_princ.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./copy_addrs.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/copy_addrs.o -c copy_addrs.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./copy_auth.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/copy_auth.o -c copy_auth.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./copy_athctr.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/copy_athctr.o -c copy_athctr.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./copy_cksum.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/copy_cksum.o -c copy_cksum.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./copy_creds.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/copy_creds.o -c copy_creds.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./copy_data.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/copy_data.o -c copy_data.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./copy_key.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/copy_key.o -c copy_key.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./copy_princ.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/copy_princ.o -c copy_princ.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./copy_tick.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/copy_tick.o -c copy_tick.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./cp_key_cnt.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/cp_key_cnt.o -c cp_key_cnt.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./decode_kdc.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/decode_kdc.o -c decode_kdc.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./decrypt_tk.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/decrypt_tk.o -c decrypt_tk.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./encode_kdc.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/encode_kdc.o -c encode_kdc.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./encrypt_tk.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/encrypt_tk.o -c encrypt_tk.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./free_rtree.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/free_rtree.o -c free_rtree.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./fwd_tgt.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/fwd_tgt.o -c fwd_tgt.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./gc_frm_kdc.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/gc_frm_kdc.o -c gc_frm_kdc.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./gc_via_tkt.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/gc_via_tkt.o -c gc_via_tkt.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./gen_seqnum.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/gen_seqnum.o -c gen_seqnum.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./gen_subkey.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/gen_subkey.o -c gen_subkey.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./get_creds.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/get_creds.o -c get_creds.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./get_in_tkt.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/get_in_tkt.o -c get_in_tkt.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./in_tkt_ktb.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/in_tkt_ktb.o -c in_tkt_ktb.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./in_tkt_pwd.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/in_tkt_pwd.o -c in_tkt_pwd.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./in_tkt_sky.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/in_tkt_sky.o -c in_tkt_sky.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./init_ctx.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/init_ctx.o -c init_ctx.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./kdc_rep_dc.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/kdc_rep_dc.o -c kdc_rep_dc.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./mk_cred.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/mk_cred.o -c mk_cred.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./mk_error.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/mk_error.o -c mk_error.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./mk_priv.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/mk_priv.o -c mk_priv.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./mk_rep.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/mk_rep.o -c mk_rep.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./mk_req.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/mk_req.o -c mk_req.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./mk_req_ext.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/mk_req_ext.o -c mk_req_ext.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./mk_safe.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/mk_safe.o -c mk_safe.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./parse.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/parse.o -c parse.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./pr_to_salt.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/pr_to_salt.o -c pr_to_salt.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./preauth.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/preauth.o -c preauth.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./princ_comp.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/princ_comp.o -c princ_comp.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./rd_cred.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/rd_cred.o -c rd_cred.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./rd_error.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/rd_error.o -c rd_error.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./rd_priv.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/rd_priv.o -c rd_priv.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./rd_rep.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/rd_rep.o -c rd_rep.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./rd_req.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/rd_req.o -c rd_req.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./rd_req_dec.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/rd_req_dec.o -c rd_req_dec.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./rd_safe.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/rd_safe.o -c rd_safe.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./recvauth.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/recvauth.o -c recvauth.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./sendauth.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/sendauth.o -c sendauth.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./send_tgs.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/send_tgs.o -c send_tgs.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ser_actx.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ser_actx.o -c ser_actx.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ser_adata.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ser_adata.o -c ser_adata.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ser_addr.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ser_addr.o -c ser_addr.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ser_auth.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ser_auth.o -c ser_auth.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ser_cksum.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ser_cksum.o -c ser_cksum.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ser_ctx.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ser_ctx.o -c ser_ctx.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ser_eblk.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ser_eblk.o -c ser_eblk.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ser_key.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ser_key.o -c ser_key.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ser_princ.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ser_princ.o -c ser_princ.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./serialize.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/serialize.o -c serialize.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./srv_rcache.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/srv_rcache.o -c srv_rcache.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./str_conv.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/str_conv.o -c str_conv.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./tgtname.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/tgtname.o -c tgtname.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./unparse.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/unparse.o -c unparse.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./valid_times.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/valid_times.o -c valid_times.c
cc  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./walk_rtree.c
cc -fPIC  -DHAVE_STDARG_H=1 -DHAVE_STRFTIME=1 -DHAVE_STRPTIME=1 -DHAVE_GETEUID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/walk_rtree.o -c walk_rtree.c
+ echo addr_comp.o addr_order.o addr_srch.o auth_con.o bld_pr_ext.o bld_princ.o chk_trans.o conv_princ.o copy_addrs.o copy_auth.o copy_athctr.o copy_cksum.o copy_creds.o copy_data.o copy_key.o copy_princ.o copy_tick.o cp_key_cnt.o decode_kdc.o decrypt_tk.o encode_kdc.o encrypt_tk.o free_rtree.o fwd_tgt.o gc_frm_kdc.o gc_via_tkt.o gen_seqnum.o gen_subkey.o get_creds.o get_in_tkt.o in_tkt_ktb.o in_tkt_pwd.o in_tkt_sky.o init_ctx.o kdc_rep_dc.o mk_cred.o mk_error.o mk_priv.o mk_rep.o mk_req.o mk_req_ext.o mk_safe.o parse.o pr_to_salt.o preauth.o princ_comp.o rd_cred.o rd_error.o rd_priv.o rd_rep.o rd_req.o rd_req_dec.o rd_safe.o recvauth.o sendauth.o send_tgs.o ser_actx.o ser_adata.o ser_addr.o ser_auth.o ser_cksum.o ser_ctx.o ser_eblk.o ser_key.o ser_princ.o serialize.o srv_rcache.o str_conv.o tgtname.o unparse.o valid_times.o walk_rtree.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/krb'
making all in lib/krb5/rcache...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/rcache'
mkdir shared
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./rc_base.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/rc_base.o -c rc_base.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./rc_dfl.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/rc_dfl.o -c rc_dfl.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./rc_io.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/rc_io.o -c rc_io.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./rcdef.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/rcdef.o -c rcdef.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./rc_conv.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/rc_conv.o -c rc_conv.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ser_rc.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ser_rc.o -c ser_rc.c
+ echo rc_base.o rc_dfl.o rc_io.o rcdef.o rc_conv.o ser_rc.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/rcache'
making all in lib/krb5/free...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/free'
mkdir shared
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_addr.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_addr.o -c f_addr.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_address.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_address.o -c f_address.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_ap_rep.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_ap_rep.o -c f_ap_rep.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_ap_req.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_ap_req.o -c f_ap_req.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_arep_enc.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_arep_enc.o -c f_arep_enc.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_authdata.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_authdata.o -c f_authdata.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_authent.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_authent.o -c f_authent.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_auth_cnt.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_auth_cnt.o -c f_auth_cnt.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_chksum.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_chksum.o -c f_chksum.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_creds.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_creds.o -c f_creds.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_cred_cnt.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_cred_cnt.o -c f_cred_cnt.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_enc_kdc.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_enc_kdc.o -c f_enc_kdc.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_enc_tkt.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_enc_tkt.o -c f_enc_tkt.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_einfo.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_einfo.o -c f_einfo.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_error.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_error.o -c f_error.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_kdc_rp.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_kdc_rp.o -c f_kdc_rp.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_kdc_rq.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_kdc_rq.o -c f_kdc_rq.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_keyblock.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_keyblock.o -c f_keyblock.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_last_req.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_last_req.o -c f_last_req.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_padata.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_padata.o -c f_padata.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_princ.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_princ.o -c f_princ.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_priv.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_priv.o -c f_priv.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_priv_enc.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_priv_enc.o -c f_priv_enc.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_safe.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_safe.o -c f_safe.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_tckt.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_tckt.o -c f_tckt.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_tckts.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_tckts.o -c f_tckts.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_tgt_cred.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_tgt_cred.o -c f_tgt_cred.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_tkt_auth.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_tkt_auth.o -c f_tkt_auth.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_pwd_data.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_pwd_data.o -c f_pwd_data.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_pwd_seq.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_pwd_seq.o -c f_pwd_seq.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_cred.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_cred.o -c f_cred.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./f_cred_enc.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/f_cred_enc.o -c f_cred_enc.c
+ echo f_addr.o f_address.o f_ap_rep.o f_ap_req.o f_arep_enc.o f_authdata.o f_authent.o f_auth_cnt.o f_chksum.o f_creds.o f_cred_cnt.o f_enc_kdc.o f_enc_tkt.o f_einfo.o f_error.o f_kdc_rp.o f_kdc_rq.o f_keyblock.o f_last_req.o f_padata.o f_princ.o f_priv.o f_priv_enc.o f_safe.o f_tckt.o f_tckts.o f_tgt_cred.o f_tkt_auth.o f_pwd_data.o f_pwd_seq.o f_cred.o f_cred_enc.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/free'
making all in lib/krb5/os...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/os'
mkdir shared
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./an_to_ln.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/an_to_ln.o -c an_to_ln.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./def_realm.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/def_realm.o -c def_realm.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./DNR.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/DNR.o -c DNR.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ccdefname.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ccdefname.o -c ccdefname.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./free_krbhs.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/free_krbhs.o -c free_krbhs.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./free_hstrl.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/free_hstrl.o -c free_hstrl.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./full_ipadr.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/full_ipadr.o -c full_ipadr.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./get_krbhst.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/get_krbhst.o -c get_krbhst.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./gen_port.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/gen_port.o -c gen_port.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./genaddrs.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/genaddrs.o -c genaddrs.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./gen_rname.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/gen_rname.o -c gen_rname.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./gmt_mktime.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/gmt_mktime.o -c gmt_mktime.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./hostaddr.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/hostaddr.o -c hostaddr.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./hst_realm.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/hst_realm.o -c hst_realm.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./init_os_ctx.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/init_os_ctx.o -c init_os_ctx.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./krbfileio.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/krbfileio.o -c krbfileio.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ktdefname.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ktdefname.o -c ktdefname.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./kuserok.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/kuserok.o -c kuserok.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./mk_faddr.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/mk_faddr.o -c mk_faddr.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./localaddr.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/localaddr.o -c localaddr.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./locate_kdc.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/locate_kdc.o -c locate_kdc.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./lock_file.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/lock_file.o -c lock_file.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./macsock.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/macsock.o -c macsock.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./net_read.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/net_read.o -c net_read.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./net_write.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/net_write.o -c net_write.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./osconfig.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/osconfig.o -c osconfig.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./port2ip.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/port2ip.o -c port2ip.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./promptusr.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/promptusr.o -c promptusr.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./read_msg.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/read_msg.o -c read_msg.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./read_pwd.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/read_pwd.o -c read_pwd.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./realm_dom.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/realm_dom.o -c realm_dom.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./sendto_kdc.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/sendto_kdc.o -c sendto_kdc.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./sn2princ.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/sn2princ.o -c sn2princ.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./timeofday.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/timeofday.o -c timeofday.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./toffset.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/toffset.o -c toffset.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./unlck_file.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/unlck_file.o -c unlck_file.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./ustime.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/ustime.o -c ustime.c
cc  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./write_msg.c
cc -fPIC  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_REGEX_H=1 -DHAVE_REGEXP_H=1 -DHAVE_REGCOMP=1 -DHAVE_RE_COMP=1 -DPOSIX_TYPES=1 -DAN_TO_LN_RULES=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/write_msg.o -c write_msg.c
+ echo an_to_ln.o def_realm.o DNR.o ccdefname.o free_krbhs.o free_hstrl.o full_ipadr.o get_krbhst.o gen_port.o genaddrs.o gen_rname.o gmt_mktime.o hostaddr.o hst_realm.o init_os_ctx.o krbfileio.o ktdefname.o kuserok.o mk_faddr.o localaddr.o locate_kdc.o lock_file.o macsock.o net_read.o net_write.o osconfig.o port2ip.o promptusr.o read_msg.o read_pwd.o realm_dom.o sendto_kdc.o sn2princ.o timeofday.o toffset.o unlck_file.o ustime.o write_msg.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/os'
making all in lib/krb5/posix...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/posix'
mkdir shared
cc  -DHAS_PATHS_H=1 -DHAVE_SETENV=1 -DHAVE_UNSETENV=1 -DHAVE_GETENV=1 -DHAS_SETSID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./setenv.c
cc -fPIC  -DHAS_PATHS_H=1 -DHAVE_SETENV=1 -DHAVE_UNSETENV=1 -DHAVE_GETENV=1 -DHAS_SETSID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/setenv.o -c setenv.c
cc  -DHAS_PATHS_H=1 -DHAVE_SETENV=1 -DHAVE_UNSETENV=1 -DHAVE_GETENV=1 -DHAS_SETSID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -c ./daemon.c
cc -fPIC  -DHAS_PATHS_H=1 -DHAVE_SETENV=1 -DHAVE_UNSETENV=1 -DHAVE_GETENV=1 -DHAS_SETSID=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -o shared/daemon.o -c daemon.c
+ echo setenv.o daemon.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5/posix'
./../../util/makeshlib libkrb5.so.1.0	\
"-L./../../lib" \
	"-lcrypto -lcom_err  " " -Wl,-rpath -Wl,/usr/local/lib	" "1.0" error_tables asn.1 ccache ccache/stdio ccache/file ccache/memory keytab keytab/file krb rcache free os posix ./../../util/profile 
cc -G -Wl,-rpath -Wl,/usr/local/lib -o libkrb5.so.1.0 error_tables/shared/asn1_err.o error_tables/shared/kdb5_err.o error_tables/shared/krb5_err.o error_tables/shared/kv5m_err.o error_tables/shared/adm_err.o error_tables/shared/init_ets.o asn.1/shared/asn1_decode.o asn.1/shared/asn1_k_decode.o asn.1/shared/asn1_encode.o asn.1/shared/asn1_get.o asn.1/shared/asn1_make.o asn.1/shared/asn1buf.o asn.1/shared/krb5_decode.o asn.1/shared/krb5_encode.o asn.1/shared/asn1_k_encode.o asn.1/shared/asn1_misc.o ccache/shared/ccbase.o ccache/shared/ccdefault.o ccache/shared/ccdefops.o ccache/shared/ser_cc.o ccache/stdio/shared/scc_close.o ccache/stdio/shared/scc_destry.o ccache/stdio/shared/scc_eseq.o ccache/stdio/shared/scc_gennew.o ccache/stdio/shared/scc_getnam.o ccache/stdio/shared/scc_gprin.o ccache/stdio/shared/scc_init.o ccache/stdio/shared/scc_nseq.o ccache/stdio/shared/scc_read.o ccache/stdio/shared/scc_reslv.o ccache/stdio/shared/scc_retrv.o ccache/stdio/shared/scc_sseq.o ccache/s!
 tdio/shared/scc_store.o ccache/stdio/shared/scc_skip.o ccache/stdio/shared/scc_ops.o ccache/stdio/shared/scc_write.o ccache/stdio/shared/scc_sflags.o ccache/stdio/shared/scc_defops.o ccache/stdio/shared/scc_errs.o ccache/stdio/shared/scc_maybe.o ccache/file/shared/fcc_close.o ccache/file/shared/fcc_destry.o ccache/file/shared/fcc_eseq.o ccache/file/shared/fcc_gennew.o ccache/file/shared/fcc_getnam.o ccache/file/shared/fcc_gprin.o ccache/file/shared/fcc_init.o ccache/file/shared/fcc_nseq.o ccache/file/shared/fcc_read.o ccache/file/shared/fcc_reslv.o ccache/file/shared/fcc_retrv.o ccache/file/shared/fcc_sseq.o ccache/file/shared/fcc_store.o ccache/file/shared/fcc_skip.o ccache/file/shared/fcc_ops.o ccache/file/shared/fcc_write.o ccache/file/shared/fcc_sflags.o ccache/file/shared/fcc_defops.o ccache/file/shared/fcc_errs.o ccache/file/shared/fcc_maybe.o ccache/memory/shared/mcc_close.o ccache/memory/shared/mcc_destry.o ccache/memory/shared/mcc_eseq.o ccache/memory/shared/mcc_ge!
 nnew.o ccache/memory/shared/mcc_getnam.o ccache/memory/shared/mcc_gpri

n.o ccache/memory/shared/mcc_init.o ccache/memory/shared/mcc_nseq.o ccache/memory/shared/mcc_reslv.o ccache/memory/shared/mcc_retrv.o ccache/memory/shared/mcc_sseq.o ccache/memory/shared/mcc_store.o ccache/memory/shared/mcc_ops.o ccache/memory/shared/mcc_sflags.o keytab/shared/ktadd.o keytab/shared/ktbase.o keytab/shared/ktdefault.o keytab/shared/ktfr_entry.o keytab/shared/ktremove.o keytab/shared/read_servi.o keytab/file/shared/ktf_add.o keytab/file/shared/ktf_close.o keytab/file/shared/ktf_endget.o keytab/file/shared/ktf_g_ent.o keytab/file/shared/ktf_g_name.o keytab/file/shared/ktf_next.o keytab/file/shared/ktf_resolv.o keytab/file/shared/ktf_remove.o keytab/file/shared/ktf_ssget.o keytab/file/shared/ktf_util.o keytab/file/shared/ktf_ops.o keytab/file/shared/ktf_wops.o keytab/file/shared/ktf_wreslv.o keytab/file/shared/ktf_defops.o keytab/file/shared/ser_ktf.o krb/shared/addr_comp.o krb/shared/addr_order.o krb/shared/addr_srch.o krb/shared/auth_con.o krb/shared/bld_pr_ext!
 .o krb/shared/bld_princ.o krb/shared/chk_trans.o krb/shared/conv_princ.o krb/shared/copy_addrs.o krb/shared/copy_auth.o krb/shared/copy_athctr.o krb/shared/copy_cksum.o krb/shared/copy_creds.o krb/shared/copy_data.o krb/shared/copy_key.o krb/shared/copy_princ.o krb/shared/copy_tick.o krb/shared/cp_key_cnt.o krb/shared/decode_kdc.o krb/shared/decrypt_tk.o krb/shared/encode_kdc.o krb/shared/encrypt_tk.o krb/shared/free_rtree.o krb/shared/fwd_tgt.o krb/shared/gc_frm_kdc.o krb/shared/gc_via_tkt.o krb/shared/gen_seqnum.o krb/shared/gen_subkey.o krb/shared/get_creds.o krb/shared/get_in_tkt.o krb/shared/in_tkt_ktb.o krb/shared/in_tkt_pwd.o krb/shared/in_tkt_sky.o krb/shared/init_ctx.o krb/shared/kdc_rep_dc.o krb/shared/mk_cred.o krb/shared/mk_error.o krb/shared/mk_priv.o krb/shared/mk_rep.o krb/shared/mk_req.o krb/shared/mk_req_ext.o krb/shared/mk_safe.o krb/shared/parse.o krb/shared/pr_to_salt.o krb/shared/preauth.o krb/shared/princ_comp.o krb/shared/rd_cred.o krb/shared/rd_error!
 .o krb/shared/rd_priv.o krb/shared/rd_rep.o krb/shared/rd_req.o krb/sh

ared/rd_req_dec.o krb/shared/rd_safe.o krb/shared/recvauth.o krb/shared/sendauth.o krb/shared/send_tgs.o krb/shared/ser_actx.o krb/shared/ser_adata.o krb/shared/ser_addr.o krb/shared/ser_auth.o krb/shared/ser_cksum.o krb/shared/ser_ctx.o krb/shared/ser_eblk.o krb/shared/ser_key.o krb/shared/ser_princ.o krb/shared/serialize.o krb/shared/srv_rcache.o krb/shared/str_conv.o krb/shared/tgtname.o krb/shared/unparse.o krb/shared/valid_times.o krb/shared/walk_rtree.o rcache/shared/rc_base.o rcache/shared/rc_dfl.o rcache/shared/rc_io.o rcache/shared/rcdef.o rcache/shared/rc_conv.o rcache/shared/ser_rc.o free/shared/f_addr.o free/shared/f_address.o free/shared/f_ap_rep.o free/shared/f_ap_req.o free/shared/f_arep_enc.o free/shared/f_authdata.o free/shared/f_authent.o free/shared/f_auth_cnt.o free/shared/f_chksum.o free/shared/f_creds.o free/shared/f_cred_cnt.o free/shared/f_enc_kdc.o free/shared/f_enc_tkt.o free/shared/f_einfo.o free/shared/f_error.o free/shared/f_kdc_rp.o free/shared/!
 f_kdc_rq.o free/shared/f_keyblock.o free/shared/f_last_req.o free/shared/f_padata.o free/shared/f_princ.o free/shared/f_priv.o free/shared/f_priv_enc.o free/shared/f_safe.o free/shared/f_tckt.o free/shared/f_tckts.o free/shared/f_tgt_cred.o free/shared/f_tkt_auth.o free/shared/f_pwd_data.o free/shared/f_pwd_seq.o free/shared/f_cred.o free/shared/f_cred_enc.o os/shared/an_to_ln.o os/shared/def_realm.o os/shared/DNR.o os/shared/ccdefname.o os/shared/free_krbhs.o os/shared/free_hstrl.o os/shared/full_ipadr.o os/shared/get_krbhst.o os/shared/gen_port.o os/shared/genaddrs.o os/shared/gen_rname.o os/shared/gmt_mktime.o os/shared/hostaddr.o os/shared/hst_realm.o os/shared/init_os_ctx.o os/shared/krbfileio.o os/shared/ktdefname.o os/shared/kuserok.o os/shared/mk_faddr.o os/shared/localaddr.o os/shared/locate_kdc.o os/shared/lock_file.o os/shared/macsock.o os/shared/net_read.o os/shared/net_write.o os/shared/osconfig.o os/shared/port2ip.o os/shared/promptusr.o os/shared/read_msg.o o!
 s/shared/read_pwd.o os/shared/realm_dom.o os/shared/sendto_kdc.o os/sh

ared/sn2princ.o os/shared/timeofday.o os/shared/toffset.o os/shared/unlck_file.o os/shared/ustime.o os/shared/write_msg.o posix/shared/setenv.o posix/shared/daemon.o ./../../util/profile/shared/prof_tree.o ./../../util/profile/shared/prof_file.o ./../../util/profile/shared/prof_parse.o ./../../util/profile/shared/prof_err.o ./../../util/profile/shared/prof_init.o -L./../../lib -lcrypto -lcom_err
rm -f libkrb5.so
ln -s libkrb5.so.1.0 libkrb5.so
+ ./../../util/libupdate --force libkrb5.a DONE error_tables asn.1 ccache ccache/stdio ccache/file ccache/memory keytab keytab/file krb rcache free os posix ./../../util/profile
Updating library libkrb5.a from error_tables/DONE asn.1/DONE ccache/DONE ccache/stdio/DONE ccache/file/DONE ccache/memory/DONE keytab/DONE keytab/file/DONE krb/DONE rcache/DONE free/DONE os/DONE posix/DONE ./../../util/profile/DONE
./../../util/libupdate: command substitution: line 1: syntax error near unexpected token `done'
./../../util/libupdate: command substitution: line 1: `for dir do (cd $dir; cat $oblist | 		sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g") done'
ranlib libkrb5.a
touch libkrb5.stamp
rm -f ../libkrb5.so.1.0
ln -s ./krb5/libkrb5.so.1.0 ../libkrb5.so.1.0
rm -f ../libkrb5.so
ln -s libkrb5.so.1.0 ../libkrb5.so
rm -f ../libkrb5.a
ln -s ./krb5/libkrb5.a ../libkrb5.a
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5'
making all in lib/des425...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/des425'
mkdir shared
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./cksum.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/cksum.o -c cksum.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./des.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/des.o -c des.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./enc_dec.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/enc_dec.o -c enc_dec.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./key_parity.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/key_parity.o -c key_parity.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./key_sched.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/key_sched.o -c key_sched.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./new_rnd_key.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/new_rnd_key.o -c new_rnd_key.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./pcbc_encrypt.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/pcbc_encrypt.o -c pcbc_encrypt.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./quad_cksum.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/quad_cksum.o -c quad_cksum.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./random_key.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/random_key.o -c random_key.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./read_passwd.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/read_passwd.o -c read_passwd.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./str_to_key.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/str_to_key.o -c str_to_key.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./unix_time.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/unix_time.o -c unix_time.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./util.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/util.o -c util.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./weak_key.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/weak_key.o -c weak_key.c
cc  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -c ./k4_glue.c
cc -fPIC  -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_PRAGMA_WEAK=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../crypto/des -I./../../include/kerberosIV -o shared/k4_glue.o -c k4_glue.c
+ echo cksum.o des.o enc_dec.o key_parity.o key_sched.o new_rnd_key.o pcbc_encrypt.o quad_cksum.o random_key.o read_passwd.o str_to_key.o unix_time.o util.o weak_key.o k4_glue.o
./../../util/makeshlib libdes425.so.1.0	\
"-L./../../lib" \
	"-lkrb5 -lcrypto" " -Wl,-rpath -Wl,/usr/local/lib" "1.0" . 
cc -G -Wl,-rpath -Wl,/usr/local/lib -o libdes425.so.1.0 ./shared/cksum.o ./shared/des.o ./shared/enc_dec.o ./shared/key_parity.o ./shared/key_sched.o ./shared/new_rnd_key.o ./shared/pcbc_encrypt.o ./shared/quad_cksum.o ./shared/random_key.o ./shared/read_passwd.o ./shared/str_to_key.o ./shared/unix_time.o ./shared/util.o ./shared/weak_key.o ./shared/k4_glue.o -L./../../lib -lkrb5 -lcrypto
rm -f libdes425.so
ln -s libdes425.so.1.0 libdes425.so
rm -f libdes425.a
ar cruv libdes425.a cksum.o des.o enc_dec.o key_parity.o key_sched.o new_rnd_key.o pcbc_encrypt.o quad_cksum.o random_key.o read_passwd.o str_to_key.o unix_time.o util.o weak_key.o k4_glue.o
a - cksum.o
a - des.o
a - enc_dec.o
a - key_parity.o
a - key_sched.o
a - new_rnd_key.o
a - pcbc_encrypt.o
a - quad_cksum.o
a - random_key.o
a - read_passwd.o
a - str_to_key.o
a - unix_time.o
a - util.o
a - weak_key.o
a - k4_glue.o
ranlib libdes425.a
rm -f ../libdes425.so.1.0
ln -s ./des425/libdes425.so.1.0 ../libdes425.so.1.0
rm -f ../libdes425.so
ln -s libdes425.so.1.0 ../libdes425.so
rm -f ../libdes425.a
ln -s ./des425/libdes425.a ../libdes425.a
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/des425'
making all in lib/krb4...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb4'
mkdir shared
mawk -f ../../util/et/et_h.awk outfile=krb_err.h krb_err.et
+ rm -f ./../../include/krb_err.h
+ cp krb_err.h ./../../include/krb_err.h
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./cr_auth_repl.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/cr_auth_repl.o -c cr_auth_repl.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./cr_ciph.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/cr_ciph.o -c cr_ciph.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./cr_tkt.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/cr_tkt.o -c cr_tkt.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./debug.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/debug.o -c debug.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./decomp_tkt.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/decomp_tkt.o -c decomp_tkt.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./err_txt.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/err_txt.o -c err_txt.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_ad_tkt.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_ad_tkt.o -c g_ad_tkt.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_in_tkt.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_in_tkt.o -c g_in_tkt.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_phost.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_phost.o -c g_phost.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_pw_in_tkt.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_pw_in_tkt.o -c g_pw_in_tkt.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_pw_tkt.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_pw_tkt.o -c g_pw_tkt.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_tkt_svc.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_tkt_svc.o -c g_tkt_svc.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./gethostname.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/gethostname.o -c gethostname.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./getst.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/getst.o -c getst.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./kname_parse.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/kname_parse.o -c kname_parse.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./mk_auth.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/mk_auth.o -c mk_auth.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./mk_err.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/mk_err.o -c mk_err.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./mk_priv.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/mk_priv.o -c mk_priv.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./mk_req.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/mk_req.o -c mk_req.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./mk_safe.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/mk_safe.o -c mk_safe.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./month_sname.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/month_sname.o -c month_sname.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./one.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/one.o -c one.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./pkt_cipher.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/pkt_cipher.o -c pkt_cipher.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./pkt_clen.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/pkt_clen.o -c pkt_clen.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./rd_err.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/rd_err.o -c rd_err.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./rd_priv.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/rd_priv.o -c rd_priv.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./rd_safe.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/rd_safe.o -c rd_safe.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./send_to_kdc.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/send_to_kdc.o -c send_to_kdc.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./stime.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/stime.o -c stime.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./rd_preauth.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/rd_preauth.o -c rd_preauth.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./mk_preauth.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/mk_preauth.o -c mk_preauth.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./unix_time.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/unix_time.o -c unix_time.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./tf_util.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/tf_util.o -c tf_util.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./dest_tkt.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/dest_tkt.o -c dest_tkt.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./in_tkt.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/in_tkt.o -c in_tkt.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./tkt_string.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/tkt_string.o -c tkt_string.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_tf_fname.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_tf_fname.o -c g_tf_fname.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_tf_realm.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_tf_realm.o -c g_tf_realm.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_cred.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_cred.o -c g_cred.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./save_creds.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/save_creds.o -c save_creds.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./unix_glue.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/unix_glue.o -c unix_glue.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./klog.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/klog.o -c klog.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./kuserok.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/kuserok.o -c kuserok.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./log.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/log.o -c log.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./kntoln.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/kntoln.o -c kntoln.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./fgetst.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/fgetst.o -c fgetst.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./rd_svc_key.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/rd_svc_key.o -c rd_svc_key.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./cr_err_repl.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/cr_err_repl.o -c cr_err_repl.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./rd_req.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/rd_req.o -c rd_req.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_svc_in_tkt.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_svc_in_tkt.o -c g_svc_in_tkt.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./recvauth.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/recvauth.o -c recvauth.c
mawk -f ../../util/et/et_c.awk outfile=krb_err.c krb_err.et
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c krb_err.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/krb_err.o -c krb_err.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./ad_print.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/ad_print.o -c ad_print.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./cr_death_pkt.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/cr_death_pkt.o -c cr_death_pkt.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./kparse.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/kparse.o -c kparse.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./put_svc_key.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/put_svc_key.o -c put_svc_key.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./sendauth.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/sendauth.o -c sendauth.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./netread.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/netread.o -c netread.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./netwrite.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/netwrite.o -c netwrite.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_cnffile.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_cnffile.o -c g_cnffile.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_krbhst.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_krbhst.o -c g_krbhst.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_krbrlm.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_krbrlm.o -c g_krbrlm.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./g_admhst.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/g_admhst.o -c g_admhst.c
cc  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -c ./realmofhost.c
cc -fPIC  -DPOSIX_FILE_LOCKS=1 -DHAS_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAS_STDLIB_H=1 -DLSBFIRST=1 -DSIZEOF_INT=4 -DBITS32=1 -DKRB4_USE_KEYTAB=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5    -I./../../include/kerberosIV -o shared/realmofhost.o -c realmofhost.c
+ echo cr_auth_repl.o cr_ciph.o cr_tkt.o debug.o decomp_tkt.o err_txt.o g_ad_tkt.o g_in_tkt.o g_phost.o g_pw_in_tkt.o g_pw_tkt.o g_tkt_svc.o gethostname.o getst.o kname_parse.o mk_auth.o mk_err.o mk_priv.o mk_req.o mk_safe.o month_sname.o one.o pkt_cipher.o pkt_clen.o rd_err.o rd_priv.o rd_safe.o send_to_kdc.o stime.o rd_preauth.o mk_preauth.o unix_time.o tf_util.o dest_tkt.o in_tkt.o tkt_string.o g_tf_fname.o g_tf_realm.o g_cred.o save_creds.o unix_glue.o klog.o kuserok.o log.o kntoln.o fgetst.o rd_svc_key.o cr_err_repl.o rd_req.o g_svc_in_tkt.o recvauth.o krb_err.o ad_print.o cr_death_pkt.o kparse.o put_svc_key.o sendauth.o netread.o netwrite.o g_cnffile.o g_krbhst.o g_krbrlm.o g_admhst.o realmofhost.o
./../../util/makeshlib libkrb4.so.1.0	\
"-L./../../lib" \
	"-lkrb5 -ldes425 -lcrypto -lcom_err" " -Wl,-rpath -Wl,/usr/local/lib " "1.0" . 
cc -G -Wl,-rpath -Wl,/usr/local/lib -o libkrb4.so.1.0 ./shared/cr_auth_repl.o ./shared/cr_ciph.o ./shared/cr_tkt.o ./shared/debug.o ./shared/decomp_tkt.o ./shared/err_txt.o ./shared/g_ad_tkt.o ./shared/g_in_tkt.o ./shared/g_phost.o ./shared/g_pw_in_tkt.o ./shared/g_pw_tkt.o ./shared/g_tkt_svc.o ./shared/gethostname.o ./shared/getst.o ./shared/kname_parse.o ./shared/mk_auth.o ./shared/mk_err.o ./shared/mk_priv.o ./shared/mk_req.o ./shared/mk_safe.o ./shared/month_sname.o ./shared/one.o ./shared/pkt_cipher.o ./shared/pkt_clen.o ./shared/rd_err.o ./shared/rd_priv.o ./shared/rd_safe.o ./shared/send_to_kdc.o ./shared/stime.o ./shared/rd_preauth.o ./shared/mk_preauth.o ./shared/unix_time.o ./shared/tf_util.o ./shared/dest_tkt.o ./shared/in_tkt.o ./shared/tkt_string.o ./shared/g_tf_fname.o ./shared/g_tf_realm.o ./shared/g_cred.o ./shared/save_creds.o ./shared/unix_glue.o ./shared/klog.o ./shared/kuserok.o ./shared/log.o ./shared/kntoln.o ./shared/fgetst.o ./shared/rd_svc_key.o ./sh!
 ared/cr_err_repl.o ./shared/rd_req.o ./shared/g_svc_in_tkt.o ./shared/recvauth.o ./shared/krb_err.o ./shared/ad_print.o ./shared/cr_death_pkt.o ./shared/kparse.o ./shared/put_svc_key.o ./shared/sendauth.o ./shared/netread.o ./shared/netwrite.o ./shared/g_cnffile.o ./shared/g_krbhst.o ./shared/g_krbrlm.o ./shared/g_admhst.o ./shared/realmofhost.o -L./../../lib -lkrb5 -ldes425 -lcrypto -lcom_err
rm -f libkrb4.so
ln -s libkrb4.so.1.0 libkrb4.so
rm -f libkrb4.a
ar cqv libkrb4.a cr_auth_repl.o cr_ciph.o cr_tkt.o debug.o decomp_tkt.o err_txt.o g_ad_tkt.o g_in_tkt.o g_phost.o g_pw_in_tkt.o g_pw_tkt.o g_tkt_svc.o gethostname.o getst.o kname_parse.o mk_auth.o mk_err.o mk_priv.o mk_req.o mk_safe.o month_sname.o one.o pkt_cipher.o pkt_clen.o rd_err.o rd_priv.o rd_safe.o send_to_kdc.o stime.o rd_preauth.o mk_preauth.o unix_time.o tf_util.o dest_tkt.o in_tkt.o tkt_string.o g_tf_fname.o g_tf_realm.o g_cred.o save_creds.o    unix_glue.o klog.o kuserok.o log.o kntoln.o fgetst.o rd_svc_key.o cr_err_repl.o rd_req.o g_svc_in_tkt.o recvauth.o krb_err.o ad_print.o cr_death_pkt.o kparse.o put_svc_key.o sendauth.o netread.o netwrite.o g_cnffile.o g_krbhst.o g_krbrlm.o g_admhst.o realmofhost.o 
a - cr_auth_repl.o
a - cr_ciph.o
a - cr_tkt.o
a - debug.o
a - decomp_tkt.o
a - err_txt.o
a - g_ad_tkt.o
a - g_in_tkt.o
a - g_phost.o
a - g_pw_in_tkt.o
a - g_pw_tkt.o
a - g_tkt_svc.o
a - gethostname.o
a - getst.o
a - kname_parse.o
a - mk_auth.o
a - mk_err.o
a - mk_priv.o
a - mk_req.o
a - mk_safe.o
a - month_sname.o
a - one.o
a - pkt_cipher.o
a - pkt_clen.o
a - rd_err.o
a - rd_priv.o
a - rd_safe.o
a - send_to_kdc.o
a - stime.o
a - rd_preauth.o
a - mk_preauth.o
a - unix_time.o
a - tf_util.o
a - dest_tkt.o
a - in_tkt.o
a - tkt_string.o
a - g_tf_fname.o
a - g_tf_realm.o
a - g_cred.o
a - save_creds.o
a - unix_glue.o
a - klog.o
a - kuserok.o
a - log.o
a - kntoln.o
a - fgetst.o
a - rd_svc_key.o
a - cr_err_repl.o
a - rd_req.o
a - g_svc_in_tkt.o
a - recvauth.o
a - krb_err.o
a - ad_print.o
a - cr_death_pkt.o
a - kparse.o
a - put_svc_key.o
a - sendauth.o
a - netread.o
a - netwrite.o
a - g_cnffile.o
a - g_krbhst.o
a - g_krbrlm.o
a - g_admhst.o
a - realmofhost.o
ranlib libkrb4.a
rm -f ../libkrb4.so.1.0
ln -s ./krb4/libkrb4.so.1.0 ../libkrb4.so.1.0
rm -f ../libkrb4.so
ln -s libkrb4.so.1.0 ../libkrb4.so
rm -f ../libkrb4.a
ln -s ./krb4/libkrb4.a ../libkrb4.a
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb4'
making all in lib/krb5util...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/krb5util'
cc  -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c ./compat_recv.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SETEUID=1 -DHAVE_SETREUID=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c ./seteuid.c
rm -f libkrb5util.a
ar cruv libkrb5util.a compat_recv.o	 seteuid.o 
a - compat_recv.o
a - seteuid.o
ranlib libkrb5util.a
rm -f ../libkrb5util.a
ln -s ./krb5util/libkrb5util.a ../libkrb5util.a
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/krb5util'
making all in lib/kdb...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/kdb'
mkdir shared
cc  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./keytab.c
./keytab.c: In function `krb5_ktkdb_get_entry':
./keytab.c:130: warning: passing arg 2 of `krb5_dbm_db_get_mkey' from incompatible pointer type
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/keytab.o -c keytab.c
keytab.c: In function `krb5_ktkdb_get_entry':
keytab.c:130: warning: passing arg 2 of `krb5_dbm_db_get_mkey' from incompatible pointer type
cc  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./encrypt_key.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/encrypt_key.o -c encrypt_key.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./decrypt_key.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/decrypt_key.o -c decrypt_key.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./kdb_cpw.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/kdb_cpw.o -c kdb_cpw.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./kdb_dbm.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/kdb_dbm.o -c kdb_dbm.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./kdb_xdr.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/kdb_xdr.o -c kdb_xdr.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./verify_mky.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/verify_mky.o -c verify_mky.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./fetch_mkey.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/fetch_mkey.o -c fetch_mkey.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./setup_mkey.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/setup_mkey.o -c setup_mkey.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./store_mkey.c
cc -fPIC  -DHAVE_UNISTD_H=1 -DHAVE_SRAND48=1 -DHAVE_SRAND=1 -DHAVE_SRANDOM=1 -DHAVE_UMASK=1 -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/store_mkey.o -c store_mkey.c
rm -f DONE
echo keytab.o encrypt_key.o decrypt_key.o kdb_cpw.o kdb_dbm.o kdb_xdr.o verify_mky.o fetch_mkey.o setup_mkey.o store_mkey.o > DONE
./../../util/makeshlib libkdb5.so.1.0	\
"-L./../../lib" \
	"        -lkrb5 -lcrypto    -lcom_err " "-L./../../lib -Wl,-rpath -Wl,/usr/local/lib " "1.0" . 
cc -G -L./../../lib -Wl,-rpath -Wl,/usr/local/lib -o libkdb5.so.1.0 ./shared/keytab.o ./shared/encrypt_key.o ./shared/decrypt_key.o ./shared/kdb_cpw.o ./shared/kdb_dbm.o ./shared/kdb_xdr.o ./shared/verify_mky.o ./shared/fetch_mkey.o ./shared/setup_mkey.o ./shared/store_mkey.o -L./../../lib -lkrb5 -lcrypto -lcom_err
rm -f libkdb5.so
ln -s libkdb5.so.1.0 libkdb5.so
rm -f libkdb5.a
ar cruv libkdb5.a keytab.o encrypt_key.o decrypt_key.o kdb_cpw.o kdb_dbm.o kdb_xdr.o verify_mky.o fetch_mkey.o setup_mkey.o store_mkey.o
a - keytab.o
a - encrypt_key.o
a - decrypt_key.o
a - kdb_cpw.o
a - kdb_dbm.o
a - kdb_xdr.o
a - verify_mky.o
a - fetch_mkey.o
a - setup_mkey.o
a - store_mkey.o
ranlib libkdb5.a
rm -f ../libkdb5.so.1.0
ln -s ./kdb/libkdb5.so.1.0 ../libkdb5.so.1.0
rm -f ../libkdb5.so
ln -s libkdb5.so.1.0 ../libkdb5.so
rm -f ../libkdb5.a
ln -s ./kdb/libkdb5.a ../libkdb5.a
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/kdb'
making all in lib/gssapi...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/gssapi'
making all in lib/gssapi/generic...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/gssapi/generic'
mkdir shared
mawk -f ../../../util/et/et_c.awk outfile=gssapi_err_generic.c gssapi_err_generic.et
mawk -f ../../../util/et/et_h.awk outfile=gssapi_err_generic.h gssapi_err_generic.et
rm -f gssapi.h
echo "/* This is the gssapi.h prologue. */" >> gssapi.h
echo "/* It contains some choice pieces of autoconf.h */" >> gssapi.h
grep SIZEOF ./../../../include/krb5/autoconf.h >> gssapi.h
grep 'HAVE_.*_H' ./../../../include/krb5/autoconf.h >> gssapi.h
grep 'USE_.*_H' ./../../../include/krb5/autoconf.h >> gssapi.h
echo "/* End of gssapi.h prologue. */"
/* End of gssapi.h prologue. */
cat ./gssapi.hin >> gssapi.h
+ mkdir ./../../../include/gssapi
+ rm -f ./../../../include/gssapi/gssapi.h
+ cp gssapi.h ./../../../include/gssapi/gssapi.h
+ rm -f ./../../../include/gssapi/gssapi_generic.h
+ cp ./gssapi_generic.h ./../../../include/gssapi/gssapi_generic.h
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./disp_com_err_status.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/disp_com_err_status.o -c disp_com_err_status.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./disp_major_status.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/disp_major_status.o -c disp_major_status.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./gssapi_generic.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/gssapi_generic.o -c gssapi_generic.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./oid_ops.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/oid_ops.o -c oid_ops.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./rel_buffer.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/rel_buffer.o -c rel_buffer.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./rel_oid_set.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/rel_oid_set.o -c rel_oid_set.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./util_buffer.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/util_buffer.o -c util_buffer.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./util_canonhost.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/util_canonhost.o -c util_canonhost.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./util_dup.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/util_dup.o -c util_dup.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./util_oid.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/util_oid.o -c util_oid.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./util_ordering.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/util_ordering.o -c util_ordering.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./util_set.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/util_set.o -c util_set.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./util_token.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/util_token.o -c util_token.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c ./util_validate.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/util_validate.o -c util_validate.c
cc  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -c gssapi_err_generic.c
cc -fPIC  -DHAVE_STDLIB_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -o shared/gssapi_err_generic.o -c gssapi_err_generic.c
+ echo disp_com_err_status.o disp_major_status.o gssapi_generic.o oid_ops.o rel_buffer.o rel_oid_set.o util_buffer.o util_canonhost.o util_dup.o util_oid.o util_ordering.o util_set.o util_token.o util_validate.o gssapi_err_generic.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/gssapi/generic'
making all in lib/gssapi/krb5...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/gssapi/krb5'
mkdir shared
mawk -f ../../../util/et/et_c.awk outfile=gssapi_err_krb5.c gssapi_err_krb5.et
mawk -f ../../../util/et/et_h.awk outfile=gssapi_err_krb5.h gssapi_err_krb5.et
+ rm -f ./../../../include/gssapi/gssapi_krb5.h
+ cp ./gssapi_krb5.h ./../../../include/gssapi/gssapi_krb5.h
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./accept_sec_context.c
./accept_sec_context.c: In function `krb5_gss_accept_sec_context':
./accept_sec_context.c:392: warning: assignment discards `const' from pointer target type
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/accept_sec_context.o -c accept_sec_context.c
accept_sec_context.c: In function `krb5_gss_accept_sec_context':
accept_sec_context.c:392: warning: assignment discards `const' from pointer target type
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./acquire_cred.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/acquire_cred.o -c acquire_cred.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./compare_name.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/compare_name.o -c compare_name.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./context_time.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/context_time.o -c context_time.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./delete_sec_context.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/delete_sec_context.o -c delete_sec_context.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./disp_name.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/disp_name.o -c disp_name.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./disp_status.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/disp_status.o -c disp_status.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./export_sec_context.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/export_sec_context.o -c export_sec_context.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./get_tkt_flags.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/get_tkt_flags.o -c get_tkt_flags.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./gssapi_krb5.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/gssapi_krb5.o -c gssapi_krb5.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./import_name.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/import_name.o -c import_name.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./import_sec_context.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/import_sec_context.o -c import_sec_context.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./indicate_mechs.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/indicate_mechs.o -c indicate_mechs.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./init_sec_context.c
./init_sec_context.c: In function `krb5_gss_init_sec_context':
./init_sec_context.c:273: warning: assignment discards `const' from pointer target type
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/init_sec_context.o -c init_sec_context.c
init_sec_context.c: In function `krb5_gss_init_sec_context':
init_sec_context.c:273: warning: assignment discards `const' from pointer target type
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./inq_context.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/inq_context.o -c inq_context.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./inq_cred.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/inq_cred.o -c inq_cred.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./inq_names.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/inq_names.o -c inq_names.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./k5seal.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/k5seal.o -c k5seal.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./k5unseal.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/k5unseal.o -c k5unseal.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./krb5_gss_glue.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/krb5_gss_glue.o -c krb5_gss_glue.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./process_context_token.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/process_context_token.o -c process_context_token.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./rel_cred.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/rel_cred.o -c rel_cred.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./rel_oid.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/rel_oid.o -c rel_oid.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./rel_name.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/rel_name.o -c rel_name.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./seal.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/seal.o -c seal.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./ser_sctx.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/ser_sctx.o -c ser_sctx.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./sign.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/sign.o -c sign.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./unseal.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/unseal.o -c unseal.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./util_cksum.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/util_cksum.o -c util_cksum.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./util_crypt.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/util_crypt.o -c util_crypt.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./util_seed.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/util_seed.o -c util_seed.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./util_seqnum.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/util_seqnum.o -c util_seqnum.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./verify.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/verify.o -c verify.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c ./wrap_size_limit.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/wrap_size_limit.o -c wrap_size_limit.c
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -c gssapi_err_krb5.c
cc -fPIC  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I. -I. -I../generic -I./../generic -DUSE_AUTOCONF_H -o shared/gssapi_err_krb5.o -c gssapi_err_krb5.c
+ echo accept_sec_context.o acquire_cred.o compare_name.o context_time.o delete_sec_context.o disp_name.o disp_status.o export_sec_context.o get_tkt_flags.o gssapi_krb5.o import_name.o import_sec_context.o indicate_mechs.o init_sec_context.o inq_context.o inq_cred.o inq_names.o k5seal.o k5unseal.o krb5_gss_glue.o process_context_token.o rel_cred.o rel_oid.o rel_name.o seal.o ser_sctx.o sign.o unseal.o util_cksum.o util_crypt.o util_seed.o util_seqnum.o verify.o wrap_size_limit.o gssapi_err_krb5.o
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/gssapi/krb5'
./../../util/makeshlib libgssapi_krb5.so.1.0	\
"-L./../../lib" \
	"-lkrb5 -lcrypto -lcom_err" " -Wl,-rpath -Wl,/usr/local/lib	" "1.0" generic krb5 
cc -G -Wl,-rpath -Wl,/usr/local/lib -o libgssapi_krb5.so.1.0 generic/shared/disp_com_err_status.o generic/shared/disp_major_status.o generic/shared/gssapi_generic.o generic/shared/oid_ops.o generic/shared/rel_buffer.o generic/shared/rel_oid_set.o generic/shared/util_buffer.o generic/shared/util_canonhost.o generic/shared/util_dup.o generic/shared/util_oid.o generic/shared/util_ordering.o generic/shared/util_set.o generic/shared/util_token.o generic/shared/util_validate.o generic/shared/gssapi_err_generic.o krb5/shared/accept_sec_context.o krb5/shared/acquire_cred.o krb5/shared/compare_name.o krb5/shared/context_time.o krb5/shared/delete_sec_context.o krb5/shared/disp_name.o krb5/shared/disp_status.o krb5/shared/export_sec_context.o krb5/shared/get_tkt_flags.o krb5/shared/gssapi_krb5.o krb5/shared/import_name.o krb5/shared/import_sec_context.o krb5/shared/indicate_mechs.o krb5/shared/init_sec_context.o krb5/shared/inq_context.o krb5/shared/inq_cred.o krb5/shared/inq_names.o k!
 rb5/shared/k5seal.o krb5/shared/k5unseal.o krb5/shared/krb5_gss_glue.o krb5/shared/process_context_token.o krb5/shared/rel_cred.o krb5/shared/rel_oid.o krb5/shared/rel_name.o krb5/shared/seal.o krb5/shared/ser_sctx.o krb5/shared/sign.o krb5/shared/unseal.o krb5/shared/util_cksum.o krb5/shared/util_crypt.o krb5/shared/util_seed.o krb5/shared/util_seqnum.o krb5/shared/verify.o krb5/shared/wrap_size_limit.o krb5/shared/gssapi_err_krb5.o -L./../../lib -lkrb5 -lcrypto -lcom_err
rm -f libgssapi_krb5.so
ln -s libgssapi_krb5.so.1.0 libgssapi_krb5.so
+ ./../../util/libupdate --force libgssapi_krb5.a DONE generic krb5
Updating library libgssapi_krb5.a from generic/DONE krb5/DONE
./../../util/libupdate: command substitution: line 1: syntax error near unexpected token `done'
./../../util/libupdate: command substitution: line 1: `for dir do (cd $dir; cat $oblist | 		sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g") done'
ranlib libgssapi_krb5.a
touch libgssapi_krb5.stamp
rm -f ../libgssapi_krb5.so.1.0
ln -s ./gssapi/libgssapi_krb5.so.1.0 ../libgssapi_krb5.so.1.0
rm -f ../libgssapi_krb5.so
ln -s libgssapi_krb5.so.1.0 ../libgssapi_krb5.so
rm -f ../libgssapi_krb5.a
ln -s ./gssapi/libgssapi_krb5.a ../libgssapi_krb5.a
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/gssapi'
making all in lib/rpc...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/rpc'
mkdir shared
+ mkdir ./../../include/rpc
+ rm -f ./../../include/rpc/auth.h
+ cp ./auth.h ./../../include/rpc/auth.h
+ rm -f ./../../include/rpc/auth_gssapi.h
+ cp ./auth_gssapi.h ./../../include/rpc/auth_gssapi.h
+ rm -f ./../../include/rpc/auth_unix.h
+ cp ./auth_unix.h ./../../include/rpc/auth_unix.h
+ rm -f ./../../include/rpc/clnt.h
+ cp ./clnt.h ./../../include/rpc/clnt.h
+ rm -f ./../../include/rpc/netdb.h
+ cp ./netdb.h ./../../include/rpc/netdb.h
+ rm -f ./../../include/rpc/pmap_clnt.h
+ cp ./pmap_clnt.h ./../../include/rpc/pmap_clnt.h
+ rm -f ./../../include/rpc/pmap_prot.h
+ cp ./pmap_prot.h ./../../include/rpc/pmap_prot.h
+ rm -f ./../../include/rpc/pmap_rmt.h
+ cp ./pmap_rmt.h ./../../include/rpc/pmap_rmt.h
+ rm -f ./../../include/rpc/rpc.h
+ cp ./rpc.h ./../../include/rpc/rpc.h
+ rm -f ./../../include/rpc/rpc_msg.h
+ cp ./rpc_msg.h ./../../include/rpc/rpc_msg.h
+ rm -f ./../../include/rpc/svc.h
+ cp ./svc.h ./../../include/rpc/svc.h
+ rm -f ./../../include/rpc/svc_auth.h
+ cp ./svc_auth.h ./../../include/rpc/svc_auth.h
+ rm -f ./../../include/rpc/types.h
+ cp types.h ./../../include/rpc/types.h
+ rm -f ./../../include/rpc/xdr.h
+ cp ./xdr.h ./../../include/rpc/xdr.h
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./auth_none.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/auth_none.o -c auth_none.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./auth_unix.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/auth_unix.o -c auth_unix.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./auth_any.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/auth_any.o -c auth_any.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./authunix_prot.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/authunix_prot.o -c authunix_prot.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./auth_gssapi.c
./auth_gssapi.c: In function `auth_gssapi_create':
./auth_gssapi.c:230: warning: assignment discards `const' from pointer target type
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/auth_gssapi.o -c auth_gssapi.c
auth_gssapi.c: In function `auth_gssapi_create':
auth_gssapi.c:230: warning: assignment discards `const' from pointer target type
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./auth_gssapi_misc.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/auth_gssapi_misc.o -c auth_gssapi_misc.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./bindresvport.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/bindresvport.o -c bindresvport.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./clnt_generic.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/clnt_generic.o -c clnt_generic.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./clnt_perror.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/clnt_perror.o -c clnt_perror.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./clnt_raw.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/clnt_raw.o -c clnt_raw.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./clnt_simple.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/clnt_simple.o -c clnt_simple.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./clnt_tcp.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/clnt_tcp.o -c clnt_tcp.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./clnt_udp.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/clnt_udp.o -c clnt_udp.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./rpc_dtablesize.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/rpc_dtablesize.o -c rpc_dtablesize.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./get_myaddress.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/get_myaddress.o -c get_myaddress.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./getrpcent.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/getrpcent.o -c getrpcent.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./getrpcport.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/getrpcport.o -c getrpcport.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./pmap_clnt.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/pmap_clnt.o -c pmap_clnt.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./pmap_getmaps.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/pmap_getmaps.o -c pmap_getmaps.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./pmap_getport.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/pmap_getport.o -c pmap_getport.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./pmap_prot.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/pmap_prot.o -c pmap_prot.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./pmap_prot2.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/pmap_prot2.o -c pmap_prot2.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./pmap_rmt.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/pmap_rmt.o -c pmap_rmt.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./rpc_prot.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/rpc_prot.o -c rpc_prot.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./rpc_commondata.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/rpc_commondata.o -c rpc_commondata.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./rpc_callmsg.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/rpc_callmsg.o -c rpc_callmsg.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./svc.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/svc.o -c svc.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./svc_auth.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/svc_auth.o -c svc_auth.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./svc_auth_unix.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/svc_auth_unix.o -c svc_auth_unix.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./svc_auth_any.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/svc_auth_any.o -c svc_auth_any.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./svc_auth_gssapi.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/svc_auth_gssapi.o -c svc_auth_gssapi.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./svc_raw.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/svc_raw.o -c svc_raw.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./svc_run.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/svc_run.o -c svc_run.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./svc_simple.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/svc_simple.o -c svc_simple.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./svc_tcp.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/svc_tcp.o -c svc_tcp.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./svc_udp.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/svc_udp.o -c svc_udp.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./xdr.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/xdr.o -c xdr.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./xdr_array.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/xdr_array.o -c xdr_array.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./xdr_float.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/xdr_float.o -c xdr_float.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./xdr_mem.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/xdr_mem.o -c xdr_mem.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./xdr_rec.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/xdr_rec.o -c xdr_rec.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./xdr_reference.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/xdr_reference.o -c xdr_reference.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./xdr_stdio.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/xdr_stdio.o -c xdr_stdio.c
cc  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -c ./xdr_alloc.c
cc -fPIC  -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSETRPCENT_TYPE=void -DENDRPCENT_TYPE=void -DSYS_ERRLIST_DECLARED=1 -DHAVE_SYS_ERRLIST=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -o shared/xdr_alloc.o -c xdr_alloc.c
rm -f DONE
echo auth_none.o auth_unix.o auth_any.o authunix_prot.o auth_gssapi.o auth_gssapi_misc.o bindresvport.o clnt_generic.o clnt_perror.o clnt_raw.o clnt_simple.o clnt_tcp.o clnt_udp.o rpc_dtablesize.o get_myaddress.o getrpcent.o getrpcport.o pmap_clnt.o pmap_getmaps.o pmap_getport.o pmap_prot.o pmap_prot2.o pmap_rmt.o rpc_prot.o rpc_commondata.o rpc_callmsg.o svc.o svc_auth.o svc_auth_unix.o svc_auth_any.o svc_auth_gssapi.o svc_raw.o svc_run.o svc_simple.o svc_tcp.o svc_udp.o xdr.o xdr_array.o xdr_float.o xdr_mem.o xdr_rec.o xdr_reference.o xdr_stdio.o xdr_alloc.o > DONE
./../../util/makeshlib libgssrpc.so.1.0	\
"-L./../../lib" \
	"-lgssapi_krb5 -lkrb5 -lcrypto -lcom_err -ldyn" " -Wl,-rpath -Wl,/usr/local/lib" "1.0" . 
cc -G -Wl,-rpath -Wl,/usr/local/lib -o libgssrpc.so.1.0 ./shared/auth_none.o ./shared/auth_unix.o ./shared/auth_any.o ./shared/authunix_prot.o ./shared/auth_gssapi.o ./shared/auth_gssapi_misc.o ./shared/bindresvport.o ./shared/clnt_generic.o ./shared/clnt_perror.o ./shared/clnt_raw.o ./shared/clnt_simple.o ./shared/clnt_tcp.o ./shared/clnt_udp.o ./shared/rpc_dtablesize.o ./shared/get_myaddress.o ./shared/getrpcent.o ./shared/getrpcport.o ./shared/pmap_clnt.o ./shared/pmap_getmaps.o ./shared/pmap_getport.o ./shared/pmap_prot.o ./shared/pmap_prot2.o ./shared/pmap_rmt.o ./shared/rpc_prot.o ./shared/rpc_commondata.o ./shared/rpc_callmsg.o ./shared/svc.o ./shared/svc_auth.o ./shared/svc_auth_unix.o ./shared/svc_auth_any.o ./shared/svc_auth_gssapi.o ./shared/svc_raw.o ./shared/svc_run.o ./shared/svc_simple.o ./shared/svc_tcp.o ./shared/svc_udp.o ./shared/xdr.o ./shared/xdr_array.o ./shared/xdr_float.o ./shared/xdr_mem.o ./shared/xdr_rec.o ./shared/xdr_reference.o ./shared/xdr_stdi!
 o.o ./shared/xdr_alloc.o -L./../../lib -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err -ldyn
rm -f libgssrpc.so
ln -s libgssrpc.so.1.0 libgssrpc.so
rm -f libgssrpc.a
ar cruv libgssrpc.a auth_none.o auth_unix.o auth_any.o authunix_prot.o auth_gssapi.o auth_gssapi_misc.o bindresvport.o clnt_generic.o clnt_perror.o clnt_raw.o clnt_simple.o clnt_tcp.o clnt_udp.o rpc_dtablesize.o get_myaddress.o getrpcent.o getrpcport.o pmap_clnt.o pmap_getmaps.o pmap_getport.o pmap_prot.o pmap_prot2.o pmap_rmt.o rpc_prot.o rpc_commondata.o rpc_callmsg.o svc.o svc_auth.o svc_auth_unix.o svc_auth_any.o svc_auth_gssapi.o svc_raw.o svc_run.o svc_simple.o svc_tcp.o svc_udp.o xdr.o xdr_array.o xdr_float.o xdr_mem.o xdr_rec.o xdr_reference.o xdr_stdio.o xdr_alloc.o
a - auth_none.o
a - auth_unix.o
a - auth_any.o
a - authunix_prot.o
a - auth_gssapi.o
a - auth_gssapi_misc.o
a - bindresvport.o
a - clnt_generic.o
a - clnt_perror.o
a - clnt_raw.o
a - clnt_simple.o
a - clnt_tcp.o
a - clnt_udp.o
a - rpc_dtablesize.o
a - get_myaddress.o
a - getrpcent.o
a - getrpcport.o
a - pmap_clnt.o
a - pmap_getmaps.o
a - pmap_getport.o
a - pmap_prot.o
a - pmap_prot2.o
a - pmap_rmt.o
a - rpc_prot.o
a - rpc_commondata.o
a - rpc_callmsg.o
a - svc.o
a - svc_auth.o
a - svc_auth_unix.o
a - svc_auth_any.o
a - svc_auth_gssapi.o
a - svc_raw.o
a - svc_run.o
a - svc_simple.o
a - svc_tcp.o
a - svc_udp.o
a - xdr.o
a - xdr_array.o
a - xdr_float.o
a - xdr_mem.o
a - xdr_rec.o
a - xdr_reference.o
a - xdr_stdio.o
a - xdr_alloc.o
ranlib libgssrpc.a
rm -f ../libgssrpc.so.1.0
ln -s ./rpc/libgssrpc.so.1.0 ../libgssrpc.so.1.0
rm -f ../libgssrpc.so
ln -s libgssrpc.so.1.0 ../libgssrpc.so
rm -f ../libgssrpc.a
ln -s ./rpc/libgssrpc.a ../libgssrpc.a
making all in lib/rpc/unit-test...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/rpc/unit-test'
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -I. -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c client.c -o client.o
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -I. -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c rpc_test_clnt.c -o rpc_test_clnt.o
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o client client.o rpc_test_clnt.o    -lgssrpc -lgssapi_krb5    -lkrb5 -lcrypto  -ldyn  -lcom_err 
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -I. -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c server.c -o server.o
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -I. -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c rpc_test_svc.c -o rpc_test_svc.o
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o server server.o rpc_test_svc.o    -lgssrpc -lgssapi_krb5    -lkrb5 -lcrypto  -ldyn  -lcom_err 
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/rpc/unit-test'
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/rpc'
making all in lib/kadm5...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/kadm5'
mkdir shared
mawk -f ../../util/et/et_c.awk outfile=kadm_err.c kadm_err.et
+ mkdir ./../../include/kadm5
+ rm -f ./../../include/kadm5/adb.h
+ cp ./adb.h ./../../include/kadm5/adb.h
+ rm -f ./../../include/kadm5/admin.h
+ cp ./admin.h ./../../include/kadm5/admin.h
+ rm -f ./../../include/kadm5/admin_internal.h
+ cp ./admin_internal.h ./../../include/kadm5/admin_internal.h
+ rm -f ./../../include/kadm5/admin_xdr.h
+ cp ./admin_xdr.h ./../../include/kadm5/admin_xdr.h
+ rm -f ./../../include/kadm5/kadm_rpc.h
+ cp ./kadm_rpc.h ./../../include/kadm5/kadm_rpc.h
+ rm -f ./../../include/kadm5/server_internal.h
+ cp ./server_internal.h ./../../include/kadm5/server_internal.h
mawk -f ../../util/et/et_h.awk outfile=adb_err.h adb_err.et
+ rm -f ./../../include/kadm5/adb_err.h
+ cp adb_err.h ./../../include/kadm5/adb_err.h
mawk -f ../../util/et/et_h.awk outfile=chpass_util_strings.h chpass_util_strings.et
+ rm -f ./../../include/kadm5/chpass_util_strings.h
+ cp chpass_util_strings.h ./../../include/kadm5/chpass_util_strings.h
mawk -f ../../util/et/et_h.awk outfile=kadm_err.h kadm_err.et
+ rm -f ./../../include/kadm5/kadm_err.h
+ cp kadm_err.h ./../../include/kadm5/kadm_err.h
cc  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c kadm_err.c
cc -fPIC  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/kadm_err.o -c kadm_err.c
mawk -f ../../util/et/et_c.awk outfile=adb_err.c adb_err.et
cc  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c adb_err.c
cc -fPIC  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/adb_err.o -c adb_err.c
mawk -f ../../util/et/et_c.awk outfile=chpass_util_strings.c chpass_util_strings.et
cc  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c chpass_util_strings.c
cc -fPIC  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/chpass_util_strings.o -c chpass_util_strings.c
cc  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./ovsec_glue.c
cc -fPIC  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/ovsec_glue.o -c ovsec_glue.c
cc  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./misc_free.c
cc -fPIC  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/misc_free.o -c misc_free.c
cc  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./kadm_rpc_xdr.c
cc -fPIC  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/kadm_rpc_xdr.o -c kadm_rpc_xdr.c
cc  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./chpass_util.c
cc -fPIC  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/chpass_util.o -c chpass_util.c
cc  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./alt_prof.c
cc -fPIC  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/alt_prof.o -c alt_prof.c
cc  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./str_conv.c
cc -fPIC  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/str_conv.o -c str_conv.c
cc  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -c ./logger.c
cc -fPIC  -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -o shared/logger.o -c logger.c
+ echo kadm_err.o adb_err.o chpass_util_strings.o ovsec_glue.o misc_free.o kadm_rpc_xdr.o chpass_util.o alt_prof.o str_conv.o logger.o
making all in lib/kadm5/clnt...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/kadm5/clnt'
mkdir shared
+ rm -f ./../../../include/kadm5/client_internal.h
+ cp ./client_internal.h ./../../../include/kadm5/client_internal.h
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./clnt_policy.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/clnt_policy.o -c clnt_policy.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./client_rpc.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/client_rpc.o -c client_rpc.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./client_principal.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/client_principal.o -c client_principal.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./client_init.c
./client_init.c: In function `_kadm5_init_any':
./client_init.c:417: warning: passing arg 3 of `gss_import_name' discards `const' from pointer target type
./client_init.c:427: warning: passing arg 3 of `gss_import_name' discards `const' from pointer target type
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/client_init.o -c client_init.c
client_init.c: In function `_kadm5_init_any':
client_init.c:417: warning: passing arg 3 of `gss_import_name' discards `const' from pointer target type
client_init.c:427: warning: passing arg 3 of `gss_import_name' discards `const' from pointer target type
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./clnt_privs.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/clnt_privs.o -c clnt_privs.c
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./clnt_chpass_util.c
cc -fPIC  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/clnt_chpass_util.o -c clnt_chpass_util.c
+ echo clnt_policy.o client_rpc.o client_principal.o client_init.o clnt_privs.o clnt_chpass_util.o
./../../../util/makeshlib libkadm5clnt.so.1.0	\
"-L./../../../lib" \
	"-lgssrpc -lgssapi_krb5 -lkdb5 -lkrb5 -lcrypto -lcom_err -ldyn" " -Wl,-rpath -Wl,/usr/local/lib" "1.0" .. . 
cc -G -Wl,-rpath -Wl,/usr/local/lib -o libkadm5clnt.so.1.0 ../shared/kadm_err.o ../shared/adb_err.o ../shared/chpass_util_strings.o ../shared/ovsec_glue.o ../shared/misc_free.o ../shared/kadm_rpc_xdr.o ../shared/chpass_util.o ../shared/alt_prof.o ../shared/str_conv.o ../shared/logger.o ./shared/clnt_policy.o ./shared/client_rpc.o ./shared/client_principal.o ./shared/client_init.o ./shared/clnt_privs.o ./shared/clnt_chpass_util.o -L./../../../lib -lgssrpc -lgssapi_krb5 -lkdb5 -lkrb5 -lcrypto -lcom_err -ldyn
rm -f libkadm5clnt.so
ln -s libkadm5clnt.so.1.0 libkadm5clnt.so
+ ./../../../util/libupdate --force libkadm5clnt.a DONE .. .
Updating library libkadm5clnt.a from ../DONE ./DONE
./../../../util/libupdate: command substitution: line 1: syntax error near unexpected token `done'
./../../../util/libupdate: command substitution: line 1: `for dir do (cd $dir; cat $oblist | 		sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g") done'
ranlib libkadm5clnt.a
touch libkadm5clnt.stamp
rm -f ../../libkadm5clnt.so.1.0
ln -s ./kadm5/clnt/libkadm5clnt.so.1.0 ../../libkadm5clnt.so.1.0
rm -f ../../libkadm5clnt.so
ln -s libkadm5clnt.so.1.0 ../../libkadm5clnt.so
rm -f ../../libkadm5clnt.a
ln -s ./kadm5/clnt/libkadm5clnt.a ../../libkadm5clnt.a
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/kadm5/clnt'
making all in lib/kadm5/srv...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/kadm5/srv'
mkdir shared
+ rm -f ./../../../include/kadm5/server_acl.h
+ cp ./server_acl.h ./../../../include/kadm5/server_acl.h
cc  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./svr_policy.c
cc -fPIC  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/svr_policy.o -c svr_policy.c
cc  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./svr_principal.c
cc -fPIC  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/svr_principal.o -c svr_principal.c
cc  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./server_acl.c
cc -fPIC  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/server_acl.o -c server_acl.c
cc  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./server_kdb.c
cc -fPIC  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/server_kdb.o -c server_kdb.c
cc  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./server_misc.c
cc -fPIC  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/server_misc.o -c server_misc.c
cc  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./server_init.c
cc -fPIC  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/server_init.o -c server_init.c
cc  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./server_dict.c
cc -fPIC  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/server_dict.o -c server_dict.c
cc  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./svr_iters.c
cc -fPIC  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/svr_iters.o -c svr_iters.c
cc  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./svr_chpass_util.c
cc -fPIC  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/svr_chpass_util.o -c svr_chpass_util.c
cc  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./adb_xdr.c
cc -fPIC  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/adb_xdr.o -c adb_xdr.c
cc  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./adb_policy.c
cc -fPIC  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/adb_policy.o -c adb_policy.c
cc  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./adb_free.c
cc -fPIC  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/adb_free.o -c adb_free.c
cc  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -c ./adb_openclose.c
cc -fPIC  -DHAVE_RE_COMP=1 -DHAVE_RE_EXEC=1 -DHAVE_REGCOMP=1 -DHAVE_REGEXEC=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I./../../../include/kadm5 -o shared/adb_openclose.o -c adb_openclose.c
+ echo svr_policy.o svr_principal.o server_acl.o server_kdb.o server_misc.o server_init.o server_dict.o svr_iters.o svr_chpass_util.o adb_xdr.o adb_policy.o adb_free.o adb_openclose.o
./../../../util/makeshlib libkadm5srv.so.1.0	\
"-L./../../../lib" \
	"-lgssrpc -lgssapi_krb5 -lkdb5 -ldb -lkrb5 -lcrypto -lcom_err -ldyn" " -Wl,-rpath -Wl,/usr/local/lib" "1.0" .. . 
cc -G -Wl,-rpath -Wl,/usr/local/lib -o libkadm5srv.so.1.0 ../shared/kadm_err.o ../shared/adb_err.o ../shared/chpass_util_strings.o ../shared/ovsec_glue.o ../shared/misc_free.o ../shared/kadm_rpc_xdr.o ../shared/chpass_util.o ../shared/alt_prof.o ../shared/str_conv.o ../shared/logger.o ./shared/svr_policy.o ./shared/svr_principal.o ./shared/server_acl.o ./shared/server_kdb.o ./shared/server_misc.o ./shared/server_init.o ./shared/server_dict.o ./shared/svr_iters.o ./shared/svr_chpass_util.o ./shared/adb_xdr.o ./shared/adb_policy.o ./shared/adb_free.o ./shared/adb_openclose.o -L./../../../lib -lgssrpc -lgssapi_krb5 -lkdb5 -ldb -lkrb5 -lcrypto -lcom_err -ldyn
rm -f libkadm5srv.so
ln -s libkadm5srv.so.1.0 libkadm5srv.so
+ ./../../../util/libupdate --force libkadm5srv.a DONE .. .
Updating library libkadm5srv.a from ../DONE ./DONE
./../../../util/libupdate: command substitution: line 1: syntax error near unexpected token `done'
./../../../util/libupdate: command substitution: line 1: `for dir do (cd $dir; cat $oblist | 		sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g") done'
ranlib libkadm5srv.a
touch libkadm5srv.stamp
rm -f ../../libkadm5srv.so.1.0
ln -s ./kadm5/srv/libkadm5srv.so.1.0 ../../libkadm5srv.so.1.0
rm -f ../../libkadm5srv.so
ln -s libkadm5srv.so.1.0 ../../libkadm5srv.so
rm -f ../../libkadm5srv.a
ln -s ./kadm5/srv/libkadm5srv.a ../../libkadm5srv.a
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/kadm5/srv'
making all in lib/kadm5/unit-test...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/lib/kadm5/unit-test'
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -DUSE_KADM5_API_VERSION=1 -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c init-test.c -o init-test.o
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -DUSE_KADM5_API_VERSION=1 -UUSE_KADM5_API_VERSION -DUSE_KADM5_API_VERSION=2 -DINIT_TEST -c -I../../../lib/kadm5 ../../../lib/kadm5/clnt/client_init.c
*Initialization*:1: warning: `USE_KADM5_API_VERSION' redefined
*Initialization*:1: warning: this is the location of the previous definition
../../../lib/kadm5/clnt/client_init.c: In function `_kadm5_init_any':
../../../lib/kadm5/clnt/client_init.c:427: warning: passing arg 3 of `gss_import_name' discards `const' from pointer target type
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o init-test init-test.o client_init.o \
	 -lkadm5clnt -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto -lss -ldyn ./../../../lib/libdb.a -lcom_err 
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -DUSE_KADM5_API_VERSION=1 -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c destroy-test.c -o destroy-test.o
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o destroy-test destroy-test.o  -lkadm5clnt -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto -lss -ldyn ./../../../lib/libdb.a -lcom_err 
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -DUSE_KADM5_API_VERSION=1 -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c handle-test.c -o handle-test.o
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o client-handle-test handle-test.o \
	 -lkadm5clnt -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto -lss -ldyn ./../../../lib/libdb.a -lcom_err 
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -DUSE_KADM5_API_VERSION=1 -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c iter-test.c -o iter-test.o
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o client-iter-test iter-test.o \
	 -lkadm5clnt -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto -lss -ldyn ./../../../lib/libdb.a -lcom_err 
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -DUSE_KADM5_API_VERSION=1 -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c randkey-test.c -o randkey-test.o
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o randkey-test randkey-test.o  -lkadm5srv -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto -lss -ldyn ./../../../lib/libdb.a -lcom_err 
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o server-handle-test handle-test.o \
	 -lkadm5srv -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto -lss -ldyn ./../../../lib/libdb.a -lcom_err 
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -DUSE_KADM5_API_VERSION=1 -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c lock-test.c -o lock-test.o
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o lock-test lock-test.o  -lkadm5srv -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto -lss -ldyn ./../../../lib/libdb.a -lcom_err 
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o server-iter-test iter-test.o  -lkadm5srv -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto -lss -ldyn ./../../../lib/libdb.a -lcom_err 
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/kadm5/unit-test'
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib/kadm5'
make[1]: Leaving directory `/usr/local/src/krb5-1.0.5/src/lib'
making all in krb524...
make[1]: Entering directory `/usr/local/src/krb5-1.0.5/src/krb524'
mawk -f ../util/et/et_c.awk outfile=krb524_err.c krb524_err.et
mawk -f ../util/et/et_h.awk outfile=krb524_err.h krb524_err.et
cc  -DUSE_MASTER  -DRETSIGTYPE=void  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I./../include/kerberosIV -I. -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c conv_creds.c -o conv_creds.o
cc  -DUSE_MASTER  -DRETSIGTYPE=void  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I./../include/kerberosIV -I. -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c conv_princ.c -o conv_princ.o
cc  -DUSE_MASTER  -DRETSIGTYPE=void  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I./../include/kerberosIV -I. -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c conv_tkt.c -o conv_tkt.o
cc  -DUSE_MASTER  -DRETSIGTYPE=void  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I./../include/kerberosIV -I. -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c cnv_tkt_skey.c -o cnv_tkt_skey.o
cc  -DUSE_MASTER  -DRETSIGTYPE=void  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I./../include/kerberosIV -I. -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c encode.c -o encode.o
cc  -DUSE_MASTER  -DRETSIGTYPE=void  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I./../include/kerberosIV -I. -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c misc.c -o misc.o
cc  -DUSE_MASTER  -DRETSIGTYPE=void  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I./../include/kerberosIV -I. -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c globals.c -o globals.o
cc  -DUSE_MASTER  -DRETSIGTYPE=void  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I./../include/kerberosIV -I. -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c sendmsg.c -o sendmsg.o
cc  -DUSE_MASTER  -DRETSIGTYPE=void  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I./../include/kerberosIV -I. -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c krb524_err.c -o krb524_err.o
ar cruv libkrb524.a conv_creds.o conv_princ.o conv_tkt.o cnv_tkt_skey.o encode.o misc.o globals.o sendmsg.o krb524_err.o
a - conv_creds.o
a - conv_princ.o
a - conv_tkt.o
a - cnv_tkt_skey.o
a - encode.o
a - misc.o
a - globals.o
a - sendmsg.o
a - krb524_err.o
ranlib libkrb524.a
cc  -DUSE_MASTER  -DRETSIGTYPE=void  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I./../include/kerberosIV -I. -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c krb524d.c -o krb524d.o
cc -o krb524d krb524d.o -L./../lib -L./../lib  -Wl,-rpath -Wl,/usr/local/lib libkrb524.a  -lkadm5srv -lgssrpc -lgssapi_krb5 -lkdb5  -lkrb4 -ldes425 -lkrb5 -lcrypto  -ldyn ./../lib/libdb.a -lcom_err 
cc  -DUSE_MASTER  -DRETSIGTYPE=void  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I./../include/kerberosIV -I. -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c test.c -o test.o
test.c: In function `krb4_print_ticket':
test.c:166: warning: passing arg 6 of `decomp_ticket' from incompatible pointer type
test.c:166: warning: passing arg 9 of `decomp_ticket' from incompatible pointer type
cc -o krb524test -L./../lib -L./../lib  -Wl,-rpath -Wl,/usr/local/lib test.o libkrb524.a  -lkadm5srv -lgssrpc -lgssapi_krb5 -lkdb5  -lkrb4 -ldes425 -lkrb5 -lcrypto  -ldyn ./../lib/libdb.a -lcom_err 
cc  -DUSE_MASTER  -DRETSIGTYPE=void  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I./../include/kerberosIV -I. -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c k524init.c -o k524init.o
cc -o k524init -L./../lib -L./../lib  -Wl,-rpath -Wl,/usr/local/lib k524init.o libkrb524.a  -lkadm5srv -lgssrpc -lgssapi_krb5 -lkdb5  -lkrb4 -ldes425 -lkrb5 -lcrypto  -ldyn ./../lib/libdb.a -lcom_err 
make[1]: Leaving directory `/usr/local/src/krb5-1.0.5/src/krb524'
making all in kdc...
make[1]: Entering directory `/usr/local/src/krb5-1.0.5/src/kdc'
mawk -f ../util/et/et_c.awk outfile=kdc5_err.c kdc5_err.et
mawk -f ../util/et/et_h.awk outfile=kdc5_err.h kdc5_err.et
cc  -DPOSIX_TERMIOS=1 -DHAVE_SYSLOG_H=1 -DHAVE_STDARG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c kdc5_err.c -o kdc5_err.o
cc  -DPOSIX_TERMIOS=1 -DHAVE_SYSLOG_H=1 -DHAVE_STDARG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c dispatch.c -o dispatch.o
cc  -DPOSIX_TERMIOS=1 -DHAVE_SYSLOG_H=1 -DHAVE_STDARG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c do_as_req.c -o do_as_req.o
cc  -DPOSIX_TERMIOS=1 -DHAVE_SYSLOG_H=1 -DHAVE_STDARG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c do_tgs_req.c -o do_tgs_req.o
cc  -DPOSIX_TERMIOS=1 -DHAVE_SYSLOG_H=1 -DHAVE_STDARG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c kdc_util.c -o kdc_util.o
cc  -DPOSIX_TERMIOS=1 -DHAVE_SYSLOG_H=1 -DHAVE_STDARG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c kdc_preauth.c -o kdc_preauth.o
cp ../lib/kadm5/logger.c logger.c
cc  -DPOSIX_TERMIOS=1 -DHAVE_SYSLOG_H=1 -DHAVE_STDARG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c logger.c -o logger.o
cc  -DPOSIX_TERMIOS=1 -DHAVE_SYSLOG_H=1 -DHAVE_STDARG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c main.c -o main.o
cc  -DPOSIX_TERMIOS=1 -DHAVE_SYSLOG_H=1 -DHAVE_STDARG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c network.c -o network.o
cc  -DPOSIX_TERMIOS=1 -DHAVE_SYSLOG_H=1 -DHAVE_STDARG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c policy.c -o policy.o
cc  -DPOSIX_TERMIOS=1 -DHAVE_SYSLOG_H=1 -DHAVE_STDARG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c extern.c -o extern.o
cc  -DPOSIX_TERMIOS=1 -DHAVE_SYSLOG_H=1 -DHAVE_STDARG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c replay.c -o replay.o
cc  -DPOSIX_TERMIOS=1 -DHAVE_SYSLOG_H=1 -DHAVE_STDARG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV -I../include/kerberosIV -I. -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5 -I./.././include/kerberosIV  -c kerberos_v4.c -o kerberos_v4.o
cc -L./../lib -L./../lib  -Wl,-rpath -Wl,/usr/local/lib -o krb5kdc kdc5_err.o dispatch.o do_as_req.o do_tgs_req.o kdc_util.o kdc_preauth.o logger.o main.o network.o policy.o extern.o replay.o kerberos_v4.o   -lkadm5srv -lgssrpc -lgssapi_krb5 -lkdb5  -lkrb4 -ldes425 -lkrb5 -lcrypto  -ldyn ./../lib/libdb.a -lcom_err 
make[1]: Leaving directory `/usr/local/src/krb5-1.0.5/src/kdc'
making all in kadmin...
make[1]: Entering directory `/usr/local/src/krb5-1.0.5/src/kadmin'
making all in kadmin/cli...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/kadmin/cli'
cc  -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_FTIME=1 -DHAVE_TIMEZONE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c kadmin.c -o kadmin.o
kadmin.c: In function `kadmin_startup':
kadmin.c:287: warning: comparison between pointer and integer
+ ./../../util/ss/mk_cmds kadmin_ct.ct
cc  -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_FTIME=1 -DHAVE_TIMEZONE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c kadmin_ct.c -o kadmin_ct.o
cc  -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_FTIME=1 -DHAVE_TIMEZONE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c ss_wrapper.c -o ss_wrapper.o
bison -y  getdate.y 
conflicts:  4 shift/reduce
mv -f y.tab.c getdate.c
cc  -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_FTIME=1 -DHAVE_TIMEZONE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c getdate.c -o getdate.o
cc  -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_FTIME=1 -DHAVE_TIMEZONE=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c keytab.c -o keytab.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o kadmin.local kadmin.o kadmin_ct.o ss_wrapper.o getdate.o keytab.o  -lkadm5srv -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto -lss -ldyn ./../../lib/libdb.a -lcom_err 
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o kadmin kadmin.o kadmin_ct.o ss_wrapper.o getdate.o keytab.o  -lkadm5clnt -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto -lss -ldyn ./../../lib/libdb.a -lcom_err 
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/kadmin/cli'
making all in kadmin/dbutil...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/kadmin/dbutil'
mawk -f ../../util/et/et_h.awk outfile=import_err.h import_err.et
cc  -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 -DHAVE_KRB_DB_H=1 -DHAVE_KDC_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -DKDB4_DISABLE -I.  -I../../include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c kdb5_util.c -o kdb5_util.o
cc  -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 -DHAVE_KRB_DB_H=1 -DHAVE_KDC_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -DKDB4_DISABLE -I.  -I../../include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c dump.c -o dump.o
cc  -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 -DHAVE_KRB_DB_H=1 -DHAVE_KDC_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -DKDB4_DISABLE -I.  -I../../include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c dumpv4.c -o dumpv4.o
cc  -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 -DHAVE_KRB_DB_H=1 -DHAVE_KDC_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -DKDB4_DISABLE -I.  -I../../include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c loadv4.c -o loadv4.o
cc  -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 -DHAVE_KRB_DB_H=1 -DHAVE_KDC_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -DKDB4_DISABLE -I.  -I../../include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c kdb5_create.c -o kdb5_create.o
cc  -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 -DHAVE_KRB_DB_H=1 -DHAVE_KDC_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -DKDB4_DISABLE -I.  -I../../include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c kadm5_create.c -o kadm5_create.o
cc  -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 -DHAVE_KRB_DB_H=1 -DHAVE_KDC_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -DKDB4_DISABLE -I.  -I../../include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c string_table.c -o string_table.o
cc  -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 -DHAVE_KRB_DB_H=1 -DHAVE_KDC_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -DKDB4_DISABLE -I.  -I../../include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c kdb5_stash.c -o kdb5_stash.o
cc  -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 -DHAVE_KRB_DB_H=1 -DHAVE_KDC_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -DKDB4_DISABLE -I.  -I../../include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c kdb5_destroy.c -o kdb5_destroy.o
cc  -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 -DHAVE_KRB_DB_H=1 -DHAVE_KDC_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -DKDB4_DISABLE -I.  -I../../include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c ovload.c -o ovload.o
mawk -f ../../util/et/et_c.awk outfile=import_err.c import_err.et
cc  -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 -DHAVE_KRB_DB_H=1 -DHAVE_KDC_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -DKDB4_DISABLE -I.  -I../../include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c import_err.c -o import_err.o
cc  -DHAVE_GETCWD=1 -DHAVE_STRSTR=1 -DHAVE_KRB_DB_H=1 -DHAVE_KDC_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -DKDB4_DISABLE -I.  -I../../include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c strtok.c -o strtok.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o kdb5_util kdb5_util.o dump.o dumpv4.o loadv4.o kdb5_create.o kadm5_create.o string_table.o kdb5_stash.o kdb5_destroy.o ovload.o import_err.o strtok.o   -lkadm5srv -lgssrpc -lgssapi_krb5 -lkdb5  -lkrb4 -ldes425 -lkrb5 -lcrypto  -ldyn ./../../lib/libdb.a -lcom_err 
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/kadmin/dbutil'
making all in kadmin/passwd...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/kadmin/passwd'
making all in kadmin/passwd/unit-test...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/kadmin/passwd/unit-test'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/kadmin/passwd/unit-test'
mawk -f ../../util/et/et_h.awk outfile=kpasswd_strings.h kpasswd_strings.et
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -I. -DUSE_KADM5_API_VERSION=1 -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c tty_kpasswd.c -o tty_kpasswd.o
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -I. -DUSE_KADM5_API_VERSION=1 -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c kpasswd.c -o kpasswd.o
mawk -f ../../util/et/et_c.awk outfile=kpasswd_strings.c kpasswd_strings.et
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -I. -DUSE_KADM5_API_VERSION=1 -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c kpasswd_strings.c -o kpasswd_strings.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o kpasswd tty_kpasswd.o kpasswd.o kpasswd_strings.o  -lkadm5clnt -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto  -ldyn ./../../lib/libdb.a -lcom_err 
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/kadmin/passwd'
making all in kadmin/ktutil...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/kadmin/ktutil'
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c ktutil.c -o ktutil.o
+ ./../../util/ss/mk_cmds ktutil_ct.ct
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c ktutil_ct.c -o ktutil_ct.o
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c ktutil_funcs.c -o ktutil_funcs.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o ktutil ktutil.o ktutil_ct.o ktutil_funcs.o        -lkrb4 -ldes425 -lkrb5 -lcrypto -lss   -lcom_err 
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/kadmin/ktutil'
making all in kadmin/server...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/kadmin/server'
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c kadm_rpc_svc.c -o kadm_rpc_svc.o
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c server_stubs.c -o server_stubs.o
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c ovsec_kadmd.c -o ovsec_kadmd.o
ovsec_kadmd.c: In function `main':
ovsec_kadmd.c:122: warning: assignment discards `const' from pointer target type
ovsec_kadmd.c:343: warning: passing arg 3 of `gss_import_name' discards `const' from pointer target type
ovsec_kadmd.c:348: warning: passing arg 3 of `gss_import_name' discards `const' from pointer target type
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c misc.c -o misc.o
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c server_glue_v1.c -o server_glue_v1.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o kadmind kadm_rpc_svc.o server_stubs.o ovsec_kadmd.o misc.o server_glue_v1.o   -lkadm5srv -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto  -ldyn ./../../lib/libdb.a -lcom_err 
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/kadmin/server'
making all in kadmin/v4server...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/kadmin/v4server'
mawk -f ../../util/et/et_h.awk outfile=kadm_err.h kadm_err.et
cc  -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DPOSIX_SIGNALS=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -I../../include/kerberosIV -I./../../include/kerberosIV -I. -DOVSEC_KADM -DUSE_KADM5_API_VERSION=1 -DNEED_SOCKETS -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c kadm_server.c -o kadm_server.o
cc  -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DPOSIX_SIGNALS=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -I../../include/kerberosIV -I./../../include/kerberosIV -I. -DOVSEC_KADM -DUSE_KADM5_API_VERSION=1 -DNEED_SOCKETS -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c admin_server.c -o admin_server.o
cc  -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DPOSIX_SIGNALS=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -I../../include/kerberosIV -I./../../include/kerberosIV -I. -DOVSEC_KADM -DUSE_KADM5_API_VERSION=1 -DNEED_SOCKETS -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c kadm_ser_wrap.c -o kadm_ser_wrap.o
cc  -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DPOSIX_SIGNALS=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -I../../include/kerberosIV -I./../../include/kerberosIV -I. -DOVSEC_KADM -DUSE_KADM5_API_VERSION=1 -DNEED_SOCKETS -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c kadm_stream.c -o kadm_stream.o
cc  -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DPOSIX_SIGNALS=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -I../../include/kerberosIV -I./../../include/kerberosIV -I. -DOVSEC_KADM -DUSE_KADM5_API_VERSION=1 -DNEED_SOCKETS -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c kadm_supp.c -o kadm_supp.o
cc  -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DPOSIX_SIGNALS=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -I../../include/kerberosIV -I./../../include/kerberosIV -I. -DOVSEC_KADM -DUSE_KADM5_API_VERSION=1 -DNEED_SOCKETS -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c acl_files.c -o acl_files.o
mawk -f ../../util/et/et_c.awk outfile=kadm_err.c kadm_err.et
cc  -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DPOSIX_SIGNALS=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV -I../../include/kerberosIV -I./../../include/kerberosIV -I. -DOVSEC_KADM -DUSE_KADM5_API_VERSION=1 -DNEED_SOCKETS -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -I./../.././include/kerberosIV  -c kadm_err.c -o kadm_err.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o kadmind4 kadm_server.o admin_server.o kadm_ser_wrap.o kadm_stream.o kadm_supp.o acl_files.o kadm_err.o  -lkadm5clnt  -lgssrpc -lgssapi_krb5 -lkdb5  -lkrb4 -ldes425 -lkrb5 -lcrypto  -ldyn ./../../lib/libdb.a -lcom_err 
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/kadmin/v4server'
making all in kadmin/v5passwdd...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/kadmin/v5passwdd'
cc  -DHAVE_WAITPID=1 -DHAVE_VSPRINTF=1 -DPOSIX_SIGNALS=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c main.c -o main.o
cc  -DHAVE_WAITPID=1 -DHAVE_VSPRINTF=1 -DPOSIX_SIGNALS=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c srv_net.c -o srv_net.o
srv_net.c: In function `net_reaper':
srv_net.c:232: warning: passing arg 2 of `waitpid' from incompatible pointer type
cc  -DHAVE_WAITPID=1 -DHAVE_VSPRINTF=1 -DPOSIX_SIGNALS=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c proto_serv.c -o proto_serv.o
proto_serv.c: In function `proto_serv':
proto_serv.c:412: warning: passing arg 7 of `pwd_change' from incompatible pointer type
proto_serv.c:815: warning: assignment discards `const' from pointer target type
cc  -DHAVE_WAITPID=1 -DHAVE_VSPRINTF=1 -DPOSIX_SIGNALS=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c adm_rw.c -o adm_rw.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o v5passwdd main.o srv_net.o proto_serv.o  \
	adm_rw.o  -lkadm5srv -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto  -ldyn ./../../lib/libdb.a -lcom_err 
cc  -DHAVE_WAITPID=1 -DHAVE_VSPRINTF=1 -DPOSIX_SIGNALS=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c kpasswd.c -o kpasswd.o
cc  -DHAVE_WAITPID=1 -DHAVE_VSPRINTF=1 -DPOSIX_SIGNALS=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c adm_conn.c -o adm_conn.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o v5passwd kpasswd.o adm_conn.o \
	adm_rw.o   -lgssrpc -lgssapi_krb5 -lkdb5   -lkrb5 -lcrypto  -ldyn ./../../lib/libdb.a -lcom_err 
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/kadmin/v5passwdd'
making all in kadmin/testing...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/kadmin/testing'
making all in kadmin/testing/scripts...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/kadmin/testing/scripts'
/bin/sh config.status
creating env-setup.sh
creating ./Makefile.tmp
creating ./Makefile
chmod +x env-setup.sh
touch env-setup.stamp
rm -f compare_dump.pl.tmp
echo "#!/usr/bin/perl" > compare_dump.pl.tmp
sed 1d compare_dump.plin >> compare_dump.pl.tmp
chmod +x compare_dump.pl.tmp
mv compare_dump.pl.tmp compare_dump.pl
rm -f fixup-conf-files.pl.tmp
echo "#!/usr/bin/perl" > fixup-conf-files.pl.tmp
sed 1d fixup-conf-files.plin >> fixup-conf-files.pl.tmp
chmod +x fixup-conf-files.pl.tmp
mv fixup-conf-files.pl.tmp fixup-conf-files.pl
rm -f make-host-keytab.pl.tmp
echo "#!/usr/bin/perl" > make-host-keytab.pl.tmp
sed 1d make-host-keytab.plin >> make-host-keytab.pl.tmp
chmod +x make-host-keytab.pl.tmp
mv make-host-keytab.pl.tmp make-host-keytab.pl
rm -f simple_dump.pl.tmp
echo "#!/usr/bin/perl" > simple_dump.pl.tmp
sed 1d simple_dump.plin >> simple_dump.pl.tmp
chmod +x simple_dump.pl.tmp
mv simple_dump.pl.tmp simple_dump.pl
rm -f verify_xrunner_report.pl.tmp
echo "#!/usr/bin/perl" > verify_xrunner_report.pl.tmp
sed 1d verify_xrunner_report.plin >> verify_xrunner_report.pl.tmp
chmod +x verify_xrunner_report.pl.tmp
mv verify_xrunner_report.pl.tmp verify_xrunner_report.pl
rm -f qualname.pl.tmp
echo "#!/usr/bin/perl" > qualname.pl.tmp
sed 1d qualname.plin >> qualname.pl.tmp
chmod +x qualname.pl.tmp
mv qualname.pl.tmp qualname.pl
rm -f restore_files.sh
ln -s ./save_files.sh restore_files.sh
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/kadmin/testing/scripts'
making all in kadmin/testing/util...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/kadmin/testing/util'
Tcl is not installed on this system. The kadm5 test suite cannot be run.
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/kadmin/testing/util'
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/kadmin/testing'
make[1]: Leaving directory `/usr/local/src/krb5-1.0.5/src/kadmin'
making all in slave...
make[1]: Entering directory `/usr/local/src/krb5-1.0.5/src/slave'
cc  -DPOSIX_TERMIOS=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5  -c kprop.c -o kprop.o
cc -L./../lib -L./../lib  -Wl,-rpath -Wl,/usr/local/lib -o kprop kprop.o       -lkdb5   -lkrb5 -lcrypto   ./../lib/libdb.a -lcom_err 
cc  -DPOSIX_TERMIOS=1  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5  -DKRB5_KRB4_COMPAT -I./../include -I../include -I./../include/krb5 -I../include/krb5  -c kpropd.c -o kpropd.o
cc -L./../lib -L./../lib  -Wl,-rpath -Wl,/usr/local/lib -o kpropd kpropd.o       -lkdb5   -lkrb5 -lcrypto   ./../lib/libdb.a -lcom_err 
make[1]: Leaving directory `/usr/local/src/krb5-1.0.5/src/slave'
making all in clients...
make[1]: Entering directory `/usr/local/src/krb5-1.0.5/src/clients'
making all in clients/klist...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/clients/klist'
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c klist.c -o klist.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o klist klist.o         -lkrb5 -lcrypto    -lcom_err 
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/clients/klist'
making all in clients/kinit...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/clients/kinit'
cc  -DHAVE_PWD_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c kinit.c -o kinit.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -L./../../lib -o kinit kinit.o         -lkrb5 -lcrypto    -lcom_err 
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/clients/kinit'
making all in clients/kdestroy...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/clients/kdestroy'
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c kdestroy.c -o kdestroy.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o kdestroy kdestroy.o         -lkrb5 -lcrypto    -lcom_err 
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/clients/kdestroy'
making all in clients/ksu...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/clients/ksu'
cc  -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' -DHAVE_STDARG_H=1 -DHAVE_GETUSERSHELL=1 -DHAVE_LSTAT=1 -DHAVE_UNISTD_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c krb_auth_su.c -o krb_auth_su.o
cc  -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' -DHAVE_STDARG_H=1 -DHAVE_GETUSERSHELL=1 -DHAVE_LSTAT=1 -DHAVE_UNISTD_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c ccache.c -o ccache.o
cc  -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' -DHAVE_STDARG_H=1 -DHAVE_GETUSERSHELL=1 -DHAVE_LSTAT=1 -DHAVE_UNISTD_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c authorization.c -o authorization.o
cc  -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' -DHAVE_STDARG_H=1 -DHAVE_GETUSERSHELL=1 -DHAVE_LSTAT=1 -DHAVE_UNISTD_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c main.c -o main.o
cc  -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' -DHAVE_STDARG_H=1 -DHAVE_GETUSERSHELL=1 -DHAVE_LSTAT=1 -DHAVE_UNISTD_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c heuristic.c -o heuristic.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o ksu krb_auth_su.o ccache.o authorization.o main.o heuristic.o       -lkrb5util  -lkrb5 -lcrypto   ./../../lib/libdb.a -lcom_err 
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/clients/ksu'
make[1]: Leaving directory `/usr/local/src/krb5-1.0.5/src/clients'
making all in appl...
make[1]: Entering directory `/usr/local/src/krb5-1.0.5/src/appl'
making all in appl/sample...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/appl/sample'
making all in appl/sample/sclient...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/appl/sample/sclient'
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c sclient.c -o sclient.o
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o sclient sclient.o         -lkrb5 -lcrypto    -lcom_err 
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/appl/sample/sclient'
making all in appl/sample/sserver...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/appl/sample/sserver'
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c sserver.c -o sserver.o
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o sserver sserver.o         -lkrb5 -lcrypto    -lcom_err 
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/appl/sample/sserver'
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/appl/sample'
making all in appl/simple...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/appl/simple'
making all in appl/simple/client...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/appl/simple/client'
cc  -DHAVE_STDLIB_H=1  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I.. -I./.. -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c sim_client.c -o sim_client.o
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o sim_client sim_client.o         -lkrb5 -lcrypto    -lcom_err 
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/appl/simple/client'
making all in appl/simple/server...
make[3]: Entering directory `/usr/local/src/krb5-1.0.5/src/appl/simple/server'
cc  -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5 -I.. -I./.. -DKRB5_KRB4_COMPAT -I./../../../include -I../../../include -I./../../../include/krb5 -I../../../include/krb5  -c sim_server.c -o sim_server.o
cc -L./../../../lib -L./../../../lib  -Wl,-rpath -Wl,/usr/local/lib -o sim_server sim_server.o         -lkrb5 -lcrypto    -lcom_err 
make[3]: Leaving directory `/usr/local/src/krb5-1.0.5/src/appl/simple/server'
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/appl/simple'
making all in appl/user_user...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/appl/user_user'
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DDEBUG -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c client.c -o client.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o uuclient client.o         -lkrb5 -lcrypto    -lcom_err 
cc  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DDEBUG -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5  -c server.c -o server.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o uuserver server.o         -lkrb5 -lcrypto    -lcom_err 
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/appl/user_user'
making all in appl/bsd...
make[2]: Entering directory `/usr/local/src/krb5-1.0.5/src/appl/bsd'
cc  -DSTDC_HEADERS=1 -DHAS_UTIMES=1 -DHAVE_ISATTY=1 -DHAVE_INET_ATON=1 -DHAVE_KILLPG=1 -DHAVE_INITGROUPS=1 -DHAVE_SETPRIORITY=1 -DHAVE_SETREUID=1 -DHAVE_WAITPID=1 -DHAVE_SETSID=1 -DHAVE_TCGETPGRP=1 -DHAVE_TCSETPGRP=1 -DHAVE_SETPGID=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDARG_H=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1 -DHAVE_SHADOW=1 -DKRB5_PROVIDE_PROTOTYPES=1 -DHAVE_KRB_GET_ERR_TEXT=1 -DHAVE_KRB_SAVE_CREDENTIALS=1 -DHAVE_KRB4_PROTO_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I./../.././include/kerberosIV -I../../include/kerberosIV -DKRB5_PATH_RLOGIN=\"/usr/local/bin/rlogin\" -DUCB_RLOGIN=\"/usr/bin/rlogin\" -DUCB_RSH=\"/usr/bin/rsh\" -DUCB_RCP=\"/usr/bin/rcp\"  -DLOGIN_PROGRAM=\"/usr/local/sbin/login.krb5\" !
 -DKPROGDIR=\"/usr/local/bin\" -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I./../.././include/kerberosIV  -c krsh.c -o krsh.o
cc  -DSTDC_HEADERS=1 -DHAS_UTIMES=1 -DHAVE_ISATTY=1 -DHAVE_INET_ATON=1 -DHAVE_KILLPG=1 -DHAVE_INITGROUPS=1 -DHAVE_SETPRIORITY=1 -DHAVE_SETREUID=1 -DHAVE_WAITPID=1 -DHAVE_SETSID=1 -DHAVE_TCGETPGRP=1 -DHAVE_TCSETPGRP=1 -DHAVE_SETPGID=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDARG_H=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1 -DHAVE_SHADOW=1 -DKRB5_PROVIDE_PROTOTYPES=1 -DHAVE_KRB_GET_ERR_TEXT=1 -DHAVE_KRB_SAVE_CREDENTIALS=1 -DHAVE_KRB4_PROTO_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I./../.././include/kerberosIV -I../../include/kerberosIV -DKRB5_PATH_RLOGIN=\"/usr/local/bin/rlogin\" -DUCB_RLOGIN=\"/usr/bin/rlogin\" -DUCB_RSH=\"/usr/bin/rsh\" -DUCB_RCP=\"/usr/bin/rcp\"  -DLOGIN_PROGRAM=\"/usr/local/sbin/login.krb5\" !
 -DKPROGDIR=\"/usr/local/bin\" -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I./../.././include/kerberosIV  -c kcmd.c -o kcmd.o
cc  -DSTDC_HEADERS=1 -DHAS_UTIMES=1 -DHAVE_ISATTY=1 -DHAVE_INET_ATON=1 -DHAVE_KILLPG=1 -DHAVE_INITGROUPS=1 -DHAVE_SETPRIORITY=1 -DHAVE_SETREUID=1 -DHAVE_WAITPID=1 -DHAVE_SETSID=1 -DHAVE_TCGETPGRP=1 -DHAVE_TCSETPGRP=1 -DHAVE_SETPGID=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDARG_H=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1 -DHAVE_SHADOW=1 -DKRB5_PROVIDE_PROTOTYPES=1 -DHAVE_KRB_GET_ERR_TEXT=1 -DHAVE_KRB_SAVE_CREDENTIALS=1 -DHAVE_KRB4_PROTO_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I./../.././include/kerberosIV -I../../include/kerberosIV -DKRB5_PATH_RLOGIN=\"/usr/local/bin/rlogin\" -DUCB_RLOGIN=\"/usr/bin/rlogin\" -DUCB_RSH=\"/usr/bin/rsh\" -DUCB_RCP=\"/usr/bin/rcp\"  -DLOGIN_PROGRAM=\"/usr/local/sbin/login.krb5\" !
 -DKPROGDIR=\"/usr/local/bin\" -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I./../.././include/kerberosIV  -c forward.c -o forward.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o rsh krsh.o kcmd.o forward.o   -lpty      -lkrb5util -lkrb4 -ldes425 -lkrb5 -lcrypto   ./../../lib/libdb.a -lcom_err 
cc  -DSTDC_HEADERS=1 -DHAS_UTIMES=1 -DHAVE_ISATTY=1 -DHAVE_INET_ATON=1 -DHAVE_KILLPG=1 -DHAVE_INITGROUPS=1 -DHAVE_SETPRIORITY=1 -DHAVE_SETREUID=1 -DHAVE_WAITPID=1 -DHAVE_SETSID=1 -DHAVE_TCGETPGRP=1 -DHAVE_TCSETPGRP=1 -DHAVE_SETPGID=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDARG_H=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1 -DHAVE_SHADOW=1 -DKRB5_PROVIDE_PROTOTYPES=1 -DHAVE_KRB_GET_ERR_TEXT=1 -DHAVE_KRB_SAVE_CREDENTIALS=1 -DHAVE_KRB4_PROTO_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I./../.././include/kerberosIV -I../../include/kerberosIV -DKRB5_PATH_RLOGIN=\"/usr/local/bin/rlogin\" -DUCB_RLOGIN=\"/usr/bin/rlogin\" -DUCB_RSH=\"/usr/bin/rsh\" -DUCB_RCP=\"/usr/bin/rcp\"  -DLOGIN_PROGRAM=\"/usr/local/sbin/login.krb5\" !
 -DKPROGDIR=\"/usr/local/bin\" -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I./../.././include/kerberosIV  -c krcp.c -o krcp.o
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o rcp krcp.o kcmd.o forward.o   -lpty      -lkrb5util -lkrb4 -ldes425 -lkrb5 -lcrypto   ./../../lib/libdb.a -lcom_err 
cc  -DSTDC_HEADERS=1 -DHAS_UTIMES=1 -DHAVE_ISATTY=1 -DHAVE_INET_ATON=1 -DHAVE_KILLPG=1 -DHAVE_INITGROUPS=1 -DHAVE_SETPRIORITY=1 -DHAVE_SETREUID=1 -DHAVE_WAITPID=1 -DHAVE_SETSID=1 -DHAVE_TCGETPGRP=1 -DHAVE_TCSETPGRP=1 -DHAVE_SETPGID=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDARG_H=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1 -DHAVE_SHADOW=1 -DKRB5_PROVIDE_PROTOTYPES=1 -DHAVE_KRB_GET_ERR_TEXT=1 -DHAVE_KRB_SAVE_CREDENTIALS=1 -DHAVE_KRB4_PROTO_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I./../.././include/kerberosIV -I../../include/kerberosIV -DKRB5_PATH_RLOGIN=\"/usr/local/bin/rlogin\" -DUCB_RLOGIN=\"/usr/bin/rlogin\" -DUCB_RSH=\"/usr/bin/rsh\" -DUCB_RCP=\"/usr/bin/rcp\"  -DLOGIN_PROGRAM=\"/usr/local/sbin/login.krb5\" !
 -DKPROGDIR=\"/usr/local/bin\" -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I./../.././include/kerberosIV  -c krlogin.c -o krlogin.o
krlogin.c: In function `catchild':
krlogin.c:954: warning: passing arg 2 of `waitpid' from incompatible pointer type
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o rlogin krlogin.o kcmd.o forward.o   -lpty      -lkrb5util -lkrb4 -ldes425 -lkrb5 -lcrypto   ./../../lib/libdb.a -lcom_err 
cc  -DSTDC_HEADERS=1 -DHAS_UTIMES=1 -DHAVE_ISATTY=1 -DHAVE_INET_ATON=1 -DHAVE_KILLPG=1 -DHAVE_INITGROUPS=1 -DHAVE_SETPRIORITY=1 -DHAVE_SETREUID=1 -DHAVE_WAITPID=1 -DHAVE_SETSID=1 -DHAVE_TCGETPGRP=1 -DHAVE_TCSETPGRP=1 -DHAVE_SETPGID=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_LASTLOG_H=1 -DHAVE_UTMP_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDARG_H=1 -Dkrb5_sigtype=void -DPOSIX_SIGTYPE=1 -DPOSIX_SIGNALS=1 -DUSE_DIRENT_H=1 -DPOSIX_TERMIOS=1 -DNO_UT_EXIT=1 -DHAVE_SETUTENT=1 -DHAVE_SETOWN=1 -DHAVE_SHADOW=1 -DKRB5_PROVIDE_PROTOTYPES=1 -DHAVE_KRB_GET_ERR_TEXT=1 -DHAVE_KRB_SAVE_CREDENTIALS=1 -DHAVE_KRB4_PROTO_H=1  -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I./../.././include/kerberosIV -I../../include/kerberosIV -DKRB5_PATH_RLOGIN=\"/usr/local/bin/rlogin\" -DUCB_RLOGIN=\"/usr/bin/rlogin\" -DUCB_RSH=\"/usr/bin/rsh\" -DUCB_RCP=\"/usr/bin/rcp\"  -DLOGIN_PROGRAM=\"/usr/local/sbin/login.krb5\" !
 -DKPROGDIR=\"/usr/local/bin\" -DKRB5_KRB4_COMPAT -I./../../include -I../../include -I./../../include/krb5 -I../../include/krb5 -DKERBEROS -I./../.././include/kerberosIV  -c krshd.c -o krshd.o
krshd.c: In function `doit':
krshd.c:604: warning: passing arg 2 of `getsockname' from incompatible pointer type
cc -L./../../lib -L./../../lib  -Wl,-rpath -Wl,/usr/local/lib -o kshd krshd.o kcmd.o  forward.o   -lpty      -lkrb5util -lkrb4 -ldes425 -lkrb5 -lcrypto   ./../../lib/libdb.a -lcom_err 
krshd.o: In function `cleanup':
krshd.o(.text+0x740): undefined reference to `pty_logwtmp'
krshd.o: In function `doit':
krshd.o(.text+0xfb6): undefined reference to `pty_logwtmp'
krshd.o(.text+0xfdb): undefined reference to `pty_logwtmp'
krshd.o(.text+0x1c0f): undefined reference to `pty_logwtmp'
krshd.o(.text+0x1df0): undefined reference to `pty_logwtmp'
krshd.o(.text+0x28aa): more undefined references to `pty_logwtmp' follow
make[2]: *** [kshd] Error 1
make[2]: Leaving directory `/usr/local/src/krb5-1.0.5/src/appl/bsd'
make[1]: *** [all-recurse] Error 1
make[1]: Leaving directory `/usr/local/src/krb5-1.0.5/src/appl'
make: *** [all-recurse] Error 1

home help back first fref pref prev next nref lref last post