From owner-freebsd-current Mon Aug 31 11:16:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00755 for freebsd-current-outgoing; Mon, 31 Aug 1998 11:16:30 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA00740 for ; Mon, 31 Aug 1998 11:16:22 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:nS3de89EdflXzne1fOC4/YjutmDV7ONs@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id UAA18842; Mon, 31 Aug 1998 20:15:00 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808311815.UAA18842@gratis.grondar.za> To: Chris Csanady cc: freebsd-current@FreeBSD.ORG Subject: Re: elf and kerberos.. Date: Mon, 31 Aug 1998 20:15:00 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/cvs/cvs/Makefile,v retrieving revision 1.24 diff -u -d -r1.24 Makefile --- Makefile 1998/08/15 17:26:36 1.24 +++ Makefile 1998/08/31 18:12:24 @@ -22,8 +22,8 @@ CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../lib -I${CVSDIR}/src -I${CVSDIR}/lib -DHAVE_CONFIG_H -DPADD+= ${LIBCVS} ${LIBDIFF} ${LIBGNUREGEX} ${LIBMD} ${LIBCRYPT} ${LIBZ} -LDADD+= ${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz +DPADD+= ${LIBCVS} ${LIBDIFF} ${COM_ERR} ${LIBGNUREGEX} ${LIBMD} ${LIBCRYPT} ${LIBZ} +LDADD+= ${LIBCVS} ${LIBDIFF} -lcom_err -lgnuregex -lmd -lcrypt -lz .if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) CFLAGS+=-DHAVE_KERBEROS -DHAVE_KRB_GET_ERR_TEXT -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message