Date: Thu, 22 Jul 1999 23:04:38 -0700 (PDT) From: John Polstra <jdp@polstra.com> To: gpalmer@freebsd.org Cc: alpha@freebsd.org Subject: Re: "Gary Palmer": Hmmm? Message-ID: <199907230604.XAA75724@vashon.polstra.com> In-Reply-To: <75999.932677552@noop.colo.erols.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <75999.932677552@noop.colo.erols.net>, Gary Palmer <gpalmer@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907230604.XAA75724>