Date: Tue, 26 Jan 1999 14:09:20 -0600 From: "Richard Seaman, Jr." <dick@tar.com> To: Kenneth Wayne Culver <culverk@wam.umd.edu> Cc: freebsd-current@FreeBSD.ORG Subject: Re: linux kld Message-ID: <19990126140919.D478@tar.com> In-Reply-To: <Pine.GSO.3.95q.990126143611.10812A-100000@rac5.wam.umd.edu>; from Kenneth Wayne Culver on Tue, Jan 26, 1999 at 02:38:12PM -0500 References: <Pine.GSO.3.95q.990126143611.10812A-100000@rac5.wam.umd.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990126140919.D478>