From owner-freebsd-alpha Thu Jul 22 23: 6: 4 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id CB70E156BA; Thu, 22 Jul 1999 23:06:02 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id XAA12544; Thu, 22 Jul 1999 23:04:39 -0700 (PDT) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id XAA75724; Thu, 22 Jul 1999 23:04:38 -0700 (PDT) (envelope-from jdp@polstra.com) Date: Thu, 22 Jul 1999 23:04:38 -0700 (PDT) Message-Id: <199907230604.XAA75724@vashon.polstra.com> To: gpalmer@freebsd.org Subject: Re: "Gary Palmer": Hmmm? In-Reply-To: <75999.932677552@noop.colo.erols.net> Organization: Polstra & Co., Seattle, WA Cc: alpha@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <75999.932677552@noop.colo.erols.net>, Gary Palmer wrote: > > ===> libexec/ypxfr > gzip -cn /usr/src/libexec/ypxfr/ypxfr.8 > ypxfr.8.gz > rm -f ypxfr_clnt.c > rpcgen -I -C -DYPPUSH_ONLY -l -o ypxfr_clnt.c /usr/src/libexec/ypxfr/../../include/rpcsvc/yp.x > rm -f yp_clnt.c > rpcgen -I -C -DYPSERV_ONLY -l -o yp_clnt.c /usr/src/libexec/ypxfr/../../include/rpcsvc/yp.x > /usr/libexec/ld-elf.so.1: /usr/obj/usr/src/tmp/usr/lib/libc.so.3: Unsupported relocation type 0 in non-PLT relocations > /usr/libexec/ld-elf.so.1: /usr/obj/usr/src/tmp/usr/lib/libc.so.3: Unsupported relocation type 0 in non-PLT relocations > *** Error code 1 ... > Anyone know what causes this? Out-of-date ld.so? Yep. Update your ld-elf.so.1 and that will fix it. Doug's recent linker fix (src/contrib/binutils/bfd elf64-alpha.c revision 1.2) relies on an up-to-date dynamic linker. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "No matter how cynical I get, I just can't keep up." -- Nora Ephron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message