Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 1998 20:15:00 +0200
From:      Mark Murray <mark@grondar.za>
To:        Chris Csanady <ccsanady@friley-185-114.res.iastate.edu>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: elf and kerberos.. 
Message-ID:  <199808311815.UAA18842@gratis.grondar.za>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808311815.UAA18842>