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: d...@tar.com
5182 N. Maple Lane            phone: 414-367-5450
Chenequa WI 53058             fax:   414-367-5852
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

Reply via email to