From owner-freebsd-current Tue Jan 26 12:21:41 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24569 for freebsd-current-outgoing; Tue, 26 Jan 1999 12:21:41 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns.tar.com (ns.tar.com [204.95.187.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA24563 for ; Tue, 26 Jan 1999 12:21:39 -0800 (PST) (envelope-from dick@ns.tar.com) Received: (from dick@localhost) by ns.tar.com (8.9.2/8.9.1) id OAA72401; Tue, 26 Jan 1999 14:09:20 -0600 (CST) (envelope-from dick) Date: Tue, 26 Jan 1999 14:09:20 -0600 From: "Richard Seaman, Jr." To: Kenneth Wayne Culver Cc: freebsd-current@FreeBSD.ORG Subject: Re: linux kld Message-ID: <19990126140919.D478@tar.com> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="PEIAKu/WMn1b1Hv9" X-Mailer: Mutt 0.95i In-Reply-To: ; from Kenneth Wayne Culver on Tue, Jan 26, 1999 at 02:38:12PM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii On Tue, Jan 26, 1999 at 02:38:12PM -0500, Kenneth Wayne Culver wrote: > when my computer starts up (just finished make world 5 minutes ago) I get > the following error: > > link_elf: symbol grow undefined. > > does this mean that the linux emu is broken right now? I think it means there is a goof in some changes I sent to Julian that he committed. If you want a quick fix, try applying the attached patch, drop into the /usr/src/sys/modules/linux directory and do a make clean, make and then make install. Then execute "linux". -- Richard Seamman, Jr. email: dick@tar.com 5182 N. Maple Lane phone: 414-367-5450 Chenequa WI 53058 fax: 414-367-5852 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="linux.kld.fix" Index: sys/modules/linux/Makefile =================================================================== RCS file: /home/ncvs/src/sys/modules/linux/Makefile,v retrieving revision 1.24 diff -c -r1.24 Makefile *** Makefile 1998/11/12 00:37:39 1.24 --- Makefile 1999/01/26 20:01:52 *************** *** 9,15 **** OBJS= linux_locore.o MAN8= linux.8 ! CFLAGS+= -DCOMPAT_LINUX #-DDEBUG EXPORT_SYMS=_linux_mod CLEANFILES+= vnode_if.h vnode_if.c linux_genassym.o linux_genassym \ linux_assym.h opt_compat.h opt_linux.h opt_vmpage.h --- 9,15 ---- OBJS= linux_locore.o MAN8= linux.8 ! CFLAGS+= -DCOMPAT_LINUX -DVM_STACK #-DDEBUG EXPORT_SYMS=_linux_mod CLEANFILES+= vnode_if.h vnode_if.c linux_genassym.o linux_genassym \ linux_assym.h opt_compat.h opt_linux.h opt_vmpage.h --PEIAKu/WMn1b1Hv9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message