Hi Larry, Thanks for the suggestion! I tried adding --without-krb4, the result seems to be the same on Linux2. The config.cache also remains the same as in 'configure --without-gssapi'.
$ make distclean $ configure --without-gssapi --without-krb4 [add --without-krb4] $ make gcc -g -O2 -o cvs add.o admin.o annotate.o buffer.o checkin.o checkout.o cla ssify.o client.o commit.o create_adm.o cvsrc.o diff.o edit.o entries.o error.o e xpand_path.o fileattr.o filesubr.o find_names.o hardlink.o hash.o history.o igno re.o import.o lock.o log.o login.o logmsg.o main.o mkmodules.o modules.o myndbm. o no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o release.o remove.o rep os.o root.o run.o scramble.o server.o status.o subr.o tag.o update.o vers_ts.o w atch.o wrapper.o zlib.o ../diff/libdiff.a ../lib/libcvs.a ../zlib/libz.a version .o -lcrypt -lkrb /usr/local/lib/libkrb.a(recvauth.o): In function `krb_recvauth': /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/recvauth.c:174: undefined reference to `des_key_sched' /usr/local/lib/libkrb.a(sendauth.o): In function `krb_sendauth': /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/sendauth.c:157: undefined reference to `des_key_sched' /usr/local/lib/libkrb.a(resolve.o): In function `parse_reply': /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/resolve.c:136: u ndefined reference to `dn_expand' /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/resolve.c:154: u ndefined reference to `dn_expand' /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/resolve.c:187: u ndefined reference to `dn_expand' /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/resolve.c:200: u ndefined reference to `dn_expand' /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/resolve.c:216: u ndefined reference to `dn_expand' /usr/local/lib/libkrb.a(resolve.o):/afs/.slac.stanford.edu/package/kth-krb4/src/ krb4-1.1.1/lib/krb/resolve.c:264: more undefined references to `dn_expand' follo w /usr/local/lib/libkrb.a(resolve.o): In function `dns_lookup_int': /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/resolve.c:339: u ndefined reference to `res_search' /usr/local/lib/libkrb.a(mk_priv.o): In function `krb_mk_priv': /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/mk_priv.c:116: u ndefined reference to `des_pcbc_encrypt' /usr/local/lib/libkrb.a(rd_priv.o): In function `krb_rd_priv': /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/rd_priv.c:86: un defined reference to `des_pcbc_encrypt' /usr/local/lib/libkrb.a(rd_req.o): In function `krb_set_key': /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/rd_req.c:89: und efined reference to `des_string_to_key' /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/rd_req.c:92: und efined reference to `des_key_sched' /usr/local/lib/libkrb.a(decomp_ticket.o): In function `decomp_ticket': /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/decomp_ticket.c: 73: undefined reference to `des_pcbc_encrypt' /usr/local/lib/libkrb.a(encrypt_ktext.o): In function `encrypt_ktext': /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/encrypt_ktext.c: 42: undefined reference to `des_set_key' /afs/.slac.stanford.edu/package/kth-krb4/src/krb4-1.1.1/lib/krb/encrypt_ktext.c: 43: undefined reference to `des_pcbc_encrypt' collect2: ld returned 1 exit status make[3]: *** [cvs] Error Thanks! -- Terry Hung - Stanford Linear Accelerator Center phone: 650-926-3618 e-mail: [EMAIL PROTECTED] > [EMAIL PROTECTED] writes: > > > > The undefined symbol remain with 'configure --without-gssapi". In this > > mail I included two data: (1) Log of make. (2) Diff of config.cache between > > 'configure' and 'configure --without-gssapi': > > Try adding --without-krb4 as well. > > -Larry Jones > > Aw Mom, you act like I'm not even wearing a bungee cord! -- Calvin > _______________________________________________ Bug-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-cvs
