From owner-freebsd-current Mon Aug 31 13:07:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19572 for freebsd-current-outgoing; Mon, 31 Aug 1998 13:07:18 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19566 for ; Mon, 31 Aug 1998 13:07:17 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id NAA06314; Mon, 31 Aug 1998 13:05:58 -0700 (PDT) (envelope-from jdp) Message-Id: <199808312005.NAA06314@austin.polstra.com> To: mark@grondar.za Subject: Re: elf and kerberos.. In-Reply-To: <199808311815.UAA18842@gratis.grondar.za> References: <199808311815.UAA18842@gratis.grondar.za> Organization: Polstra & Co., Seattle, WA Cc: current@FreeBSD.ORG, ccsanady@friley-185-114.res.iastate.edu Date: Mon, 31 Aug 1998 13:05:58 -0700 From: John Polstra Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <199808311815.UAA18842@gratis.grondar.za>, Mark Murray 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