Date: Mon, 31 Aug 1998 13:05:58 -0700 From: John Polstra <jdp@polstra.com> To: mark@grondar.za Cc: current@FreeBSD.ORG, ccsanady@friley-185-114.res.iastate.edu Subject: Re: elf and kerberos.. Message-ID: <199808312005.NAA06314@austin.polstra.com> In-Reply-To: <199808311815.UAA18842@gratis.grondar.za> References: <199808311815.UAA18842@gratis.grondar.za>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <199808311815.UAA18842@gratis.grondar.za>, Mark Murray <mark@grondar.za> wrote: > Chris Csanady wrote: > > -lcrypt -lz -lkrb -ldes > > /usr/obj/elf/usr/src/tmp/usr/lib/libkrb.so: undefined reference to `__et_list > ' > > *** Error code 1 > > Please test this patch: > > Index: Makefile I don't think that's the problem. It was caused by an asm statement in src/crypto/kerberosIV/lib/krb/et_list.c. I just committed the fix a few moments ago. As a general rule, any time you see an undefined external that starts with "_" under ELF, you should suspect assembly language code. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808312005.NAA06314>