[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Heimdal-0.6 compile problem



Hello,

I'm trying to build Heimdal-0.6 on Linux but I'm stuck with this error:

[snip]
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I../../lib/roken -I../../lib/roken -I../asn1 -I./../asn1 -Wall
-Wmissing-prototypes -Wpointer-arith -Wbad-function-cast
-Wmissing-declarations -Wnested-externs -g -O2 -c db3.c -o db3.o
db3.c: In function `DB_seq':
db3.c:90: warning: unused variable `d'
db3.c: In function `DB_open':
db3.c:265: warning: passing arg 2 of pointer to function from
incompatible pointer type
db3.c:265: warning: passing arg 4 of pointer to function makes pointer
from integer without a cast
db3.c:265: too few arguments to function
db3.c:268: warning: passing arg 2 of pointer to function from
incompatible pointer type
db3.c:268: warning: passing arg 4 of pointer to function makes pointer
from integer without a cast
db3.c:268: too few arguments to function
make[3]: *** [db3.lo] Error 1
make[3]: Leaving directory `/home/igor/src/heimdal-0.6/lib/hdb'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/igor/src/heimdal-0.6/lib/hdb'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/igor/src/heimdal-0.6/lib'
make: *** [all-recursive] Error 1

Google didnt provide any hints. I'm sending my configure log in
attachment too in hope you could help me out.

Thanks.

-- 
Igor Zivkovic
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for bison... bison -y
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for gawk... (cached) gawk
checking for ln -s or something else... ln -s
checking for __attribute__... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking for openldap... no
checking for krb4... no
checking for crypto library... libcrypto
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db3/db.h usability... no
checking db3/db.h presence... no
checking for db3/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking db_185.h usability... yes
checking db_185.h presence... yes
checking for db_185.h... yes
checking for db_create... yes, in -ldb
checking for dbm_firstkey... yes, in -ldb
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... yes
checking return type of signal handlers... void
checking whether time.h and sys/time.h may both be included... yes
checking standards.h usability... no
checking standards.h presence... no
checking for standards.h... no
checking for netinet/ip.h... yes
checking for netinet/tcp.h... yes
checking for getlogin... yes
checking for setlogin... no
checking if getlogin is posix... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking if realloc if broken... no
checking for ssize_t... yes
checking for long long... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking config.h usability... no
checking config.h presence... no
checking for config.h... no
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in6.h usability... no
checking netinet/in6.h presence... no
checking for netinet/in6.h... no
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet6/in6.h usability... no
checking netinet6/in6.h presence... no
checking for netinet6/in6.h... no
checking netinet6/in6_var.h usability... no
checking netinet6/in6_var.h presence... no
checking for netinet6/in6_var.h... no
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking resolv.h usability... yes
checking resolv.h presence... yes
checking for resolv.h... yes
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking sys/bswap.h usability... no
checking sys/bswap.h presence... no
checking for sys/bswap.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/proc.h usability... no
checking sys/proc.h presence... no
checking for sys/proc.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/tty.h usability... no
checking sys/tty.h presence... no
checking for sys/tty.h... no
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking userconf.h usability... no
checking userconf.h presence... no
checking for userconf.h... no
checking usersec.h usability... no
checking usersec.h presence... no
checking for usersec.h... no
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking vis.h usability... no
checking vis.h presence... no
checking for vis.h... no
checking for socket... yes
checking for gethostbyname... yes
checking for syslog... yes
checking for IPv6 stack type... unknown
checking for IPv6... yes
checking for in6addr_loopback... yes
checking for gethostbyname2... yes
checking for res_search... yes, in -lresolv
checking for res_nsearch... yes
checking for dn_expand... yes
checking for _res... yes
checking if _res is properly declared... yes
checking for working snprintf... yes
checking if snprintf needs a prototype... no
checking for working vsnprintf... yes
checking if vsnprintf needs a prototype... no
checking for working glob... no
checking for asnprintf... no
checking for asprintf... yes
checking for atexit... yes
checking for cgetent... no
checking for getconfattr... no
checking for getprogname... no
checking for getrlimit... yes
checking for getspnam... yes
checking for initstate... yes
checking for issetugid... no
checking for on_exit... yes
checking for random... yes
checking for setprogname... no
checking for setstate... yes
checking for strsvis... no
checking for strunvis... no
checking for strvis... no
checking for strvisx... no
checking for svis... no
checking for sysconf... yes
checking for sysctl... yes
checking for uname... yes
checking for unvis... no
checking for vasnprintf... no
checking for vasprintf... yes
checking for vis... no
checking for getsockopt... yes
checking for setsockopt... yes
checking for hstrerror... yes
checking if hstrerror needs a prototype... no
checking if asprintf needs a prototype... no
checking if vasprintf needs a prototype... no
checking if asnprintf needs a prototype... yes
checking if vasnprintf needs a prototype... yes
checking for bswap16... no
checking for bswap32... no
checking for pidfile... no
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for freeaddrinfo... yes
checking for gai_strerror... yes
checking for chown... yes
checking for copyhostent... no
checking for daemon... yes
checking for ecalloc... no
checking for emalloc... no
checking for erealloc... no
checking for estrdup... no
checking for err... yes
checking for errx... yes
checking for fchown... yes
checking for flock... yes
checking for fnmatch... yes
checking for freehostent... no
checking for getcwd... yes
checking for getdtablesize... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for gethostname... yes
checking for getifaddrs... yes
checking for getipnodebyaddr... no
checking for getipnodebyname... no
checking for getopt... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for getusershell... yes
checking for initgroups... yes
checking for innetgr... yes
checking for iruserok... yes
checking for localtime_r... yes
checking for lstat... yes
checking for memmove... yes
checking for mkstemp... yes
checking for putenv... yes
checking for rcmd... yes
checking for readv... yes
checking for recvmsg... yes
checking for sendmsg... yes
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strlcat... no
checking for strlcpy... no
checking for strlwr... no
checking for strncasecmp... yes
checking for strndup... yes
checking for strnlen... yes
checking for strptime... yes
checking for strsep... yes
checking for strsep_copy... no
checking for strtok_r... yes
checking for strupr... no
checking for swab... yes
checking for unsetenv... yes
checking for verr... yes
checking for verrx... yes
checking for vsyslog... yes
checking for vwarn... yes
checking for vwarnx... yes
checking for warn... yes
checking for warnx... yes
checking for writev... yes
checking if strndup needs a prototype... no
checking if strsep needs a prototype... no
checking if strtok_r needs a prototype... no
checking if strsvis needs a prototype... yes
checking if strunvis needs a prototype... yes
checking if strvis needs a prototype... yes
checking if strvisx needs a prototype... yes
checking if svis needs a prototype... yes
checking if unvis needs a prototype... yes
checking if vis needs a prototype... yes
checking for inet_aton... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for sa_len in struct sockaddr... no
checking if getnameinfo is broken... no
checking if getaddrinfo handles numeric services... yes
checking if setenv needs a prototype... no
checking if unsetenv needs a prototype... no
checking if gethostname needs a prototype... no
checking if mkstemp needs a prototype... yes
checking if getusershell needs a prototype... no
checking if inet_aton needs a prototype... no
checking for crypt... yes, in -lcrypt
checking if gethostbyname is compatible with system prototype... yes
checking if gethostbyaddr is compatible with system prototype... yes
checking if getservbyname is compatible with system prototype... yes
checking if getsockname is compatible with system prototype... yes
checking if openlog is compatible with system prototype... yes
checking if crypt needs a prototype... no
checking for h_errno... yes
checking if h_errno is properly declared... yes
checking for h_errlist... yes
checking if h_errlist is properly declared... no
checking for h_nerr... yes
checking if h_nerr is properly declared... no
checking for __progname... yes
checking if __progname is properly declared... no
checking if optarg is properly declared... yes
checking if optind is properly declared... yes
checking if opterr is properly declared... yes
checking if optopt is properly declared... yes
checking if environ is properly declared... no
checking for tm_gmtoff in struct tm... yes
checking for tm_zone in struct tm... yes
checking for timezone... yes
checking if timezone is properly declared... yes
checking for altzone... no
checking for sa_family_t... yes
checking for socklen_t... yes
checking for struct sockaddr... yes
checking for struct sockaddr_storage... yes
checking for struct addrinfo... yes
checking for struct ifaddrs... yes
checking for struct iovec... yes
checking for struct msghdr... yes
checking for struct winsize... yes
checking for struct spwd... yes
checking whether to enable OTP library... yes
checking for nroff... /usr/bin/nroff
checking for groff... /usr/bin/groff
checking how to format man pages... /usr/bin/nroff -mdoc $< > $@
checking extension of pre-formatted manual pages... number
checking for readline... no
checking for hesiod... no
checking whether byte order is known at compile time... yes
checking whether byte ordering is bigendian... no
checking for inline... (cached) inline
checking for dlopen... yes, in -ldl
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... (cached) yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for special X linker flags... 
checking for XauWriteAuth... yes, in -lXau
checking for XauReadAuth... yes
checking for XauFileName... yes
checking for an ANSI C-conforming const... (cached) yes
checking for off_t... yes
checking for mode_t... yes
checking for sig_atomic_t... yes
checking for long long... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for ANSI C header files... (cached) yes
checking arpa/ftp.h usability... yes
checking arpa/ftp.h presence... yes
checking for arpa/ftp.h... yes
checking arpa/telnet.h usability... yes
checking arpa/telnet.h presence... yes
checking for arpa/telnet.h... yes
checking bind/bitypes.h usability... no
checking bind/bitypes.h presence... no
checking for bind/bitypes.h... no
checking bsdsetjmp.h usability... no
checking bsdsetjmp.h presence... no
checking for bsdsetjmp.h... no
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for dlfcn.h... (cached) yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking for inttypes.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking maillock.h usability... no
checking maillock.h presence... no
checking for maillock.h... no
checking netgroup.h usability... no
checking netgroup.h presence... no
checking for netgroup.h... no
checking netinet/in6_machtypes.h usability... no
checking netinet/in6_machtypes.h presence... no
checking for netinet/in6_machtypes.h... no
checking netinfo/ni.h usability... no
checking netinfo/ni.h presence... no
checking for netinfo/ni.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking sac.h usability... no
checking sac.h presence... no
checking for sac.h... no
checking security/pam_modules.h usability... no
checking security/pam_modules.h presence... no
checking for security/pam_modules.h... no
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking siad.h usability... no
checking siad.h presence... no
checking for siad.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking sys/category.h usability... no
checking sys/category.h presence... no
checking for sys/category.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/ioccom.h usability... no
checking sys/ioccom.h presence... no
checking for sys/ioccom.h... no
checking for sys/mman.h... (cached) yes
checking sys/pty.h usability... no
checking sys/pty.h presence... no
checking for sys/pty.h... no
checking sys/ptyio.h usability... no
checking sys/ptyio.h presence... no
checking for sys/ptyio.h... no
checking sys/ptyvar.h usability... no
checking sys/ptyvar.h presence... no
checking for sys/ptyvar.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/str_tty.h usability... no
checking sys/str_tty.h presence... no
checking for sys/str_tty.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/stropts.h usability... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking sys/strtty.h usability... no
checking sys/strtty.h presence... no
checking for sys/strtty.h... no
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking term.h usability... yes
checking term.h presence... yes
checking for term.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking tmpdir.h usability... no
checking tmpdir.h presence... no
checking for tmpdir.h... no
checking udb.h usability... no
checking udb.h presence... no
checking for udb.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking for logwtmp... yes, in -lutil
checking for logout... yes, in -lutil
checking for openpty... yes, in -lutil
checking for tgetent... yes, in -lncurses
checking for _getpty... no
checking for _scrsize... no
checking for fcntl... yes
checking for grantpt... yes
checking for mktime... yes
checking for ptsname... yes
checking for rand... yes
checking for revoke... no
checking for select... yes
checking for setitimer... yes
checking for setpcred... no
checking for setpgid... yes
checking for setproctitle... no
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setsid... yes
checking for setutent... yes
checking for sigaction... yes
checking for strstr... yes
checking for timegm... yes
checking for ttyname... yes
checking for ttyslot... yes
checking for umask... yes
checking for unlockpt... yes
checking for vhangup... yes
checking for yp_get_default_domain... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking capability.h usability... no
checking capability.h presence... no
checking for capability.h... no
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking for sgi_getcapabilitybyname... no
checking for cap_set_proc... no
checking for getpwnam_r... yes
checking if getpwnam_r is posix... no
checking for getudbnam... no
checking for setlim... no
checking for ut_addr in struct utmp... yes
checking for ut_host in struct utmp... yes
checking for ut_id in struct utmp... yes
checking for ut_pid in struct utmp... yes
checking for ut_type in struct utmp... yes
checking for ut_user in struct utmp... yes
checking for ut_exit in struct utmpx... yes
checking for ut_syslen in struct utmpx... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for el_init... no
checking for getmsg... yes
checking if getmsg works... no
checking for compile_et... compile_et
checking whether compile_et has the features we need... no
configure: Using our own com_err
checking which authentication modules should be built... none
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/kadm5/Makefile
config.status: creating lib/Makefile
config.status: creating lib/45/Makefile
config.status: creating lib/auth/Makefile
config.status: creating lib/auth/afskauthlib/Makefile
config.status: creating lib/auth/pam/Makefile
config.status: creating lib/auth/sia/Makefile
config.status: creating lib/asn1/Makefile
config.status: creating lib/com_err/Makefile
config.status: creating lib/des/Makefile
config.status: creating lib/editline/Makefile
config.status: creating lib/gssapi/Makefile
config.status: creating lib/hdb/Makefile
config.status: creating lib/kadm5/Makefile
config.status: creating lib/kafs/Makefile
config.status: creating lib/kdfs/Makefile
config.status: creating lib/krb5/Makefile
config.status: creating lib/otp/Makefile
config.status: creating lib/roken/Makefile
config.status: creating lib/sl/Makefile
config.status: creating lib/vers/Makefile
config.status: creating kuser/Makefile
config.status: creating kpasswd/Makefile
config.status: creating kadmin/Makefile
config.status: creating admin/Makefile
config.status: creating kdc/Makefile
config.status: creating appl/Makefile
config.status: creating appl/afsutil/Makefile
config.status: creating appl/ftp/Makefile
config.status: creating appl/ftp/common/Makefile
config.status: creating appl/ftp/ftp/Makefile
config.status: creating appl/ftp/ftpd/Makefile
config.status: creating appl/kx/Makefile
config.status: creating appl/login/Makefile
config.status: creating appl/otp/Makefile
config.status: creating appl/popper/Makefile
config.status: creating appl/push/Makefile
config.status: creating appl/rsh/Makefile
config.status: creating appl/rcp/Makefile
config.status: creating appl/su/Makefile
config.status: creating appl/xnlock/Makefile
config.status: creating appl/telnet/Makefile
config.status: creating appl/telnet/libtelnet/Makefile
config.status: creating appl/telnet/telnet/Makefile
config.status: creating appl/telnet/telnetd/Makefile
config.status: creating appl/test/Makefile
config.status: creating appl/kf/Makefile
config.status: creating appl/dceutils/Makefile
config.status: creating doc/Makefile
config.status: creating tools/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
creating include/version.h