From owner-freebsd-current Thu Nov 30 22:31:28 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA18251 for current-outgoing; Thu, 30 Nov 1995 22:31:28 -0800 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id WAA18239 for ; Thu, 30 Nov 1995 22:31:24 -0800 Received: (from julian@localhost) by ref.tfs.com (8.6.12/8.6.9) id WAA15110; Thu, 30 Nov 1995 22:31:01 -0800 From: Julian Elischer Message-Id: <199512010631.WAA15110@ref.tfs.com> Subject: Re: changes in -current..TEST please To: julian@ref.tfs.com (Julian Elischer) Date: Thu, 30 Nov 1995 22:31:01 -3200 (PST) Cc: current@freebsd.org In-Reply-To: <199512010029.QAA13067@ref.tfs.com> from "Julian Elischer" at Nov 30, 95 04:29:40 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 882 Sender: owner-current@freebsd.org Precedence: bulk > > > > > > > Just sup'd in the newest /usr/src/sys, and added options JREMOD > > to my config file, re'config'd and tried to recompile and got the following > > error: > > > > loading kernel > > kern_xxx.o: Undefined symbol `_dummy_cleanup' referenced > > *** Error code 1 > > can you send me your config file? > (have you updated config recently) ok I just compiled your kernel... cc -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -nostdinc -I. -I../.. -I../../sys -I/usr/include -DI386_CPU -DPCVT_FREEBSD=210 -DSYSVMSG -DSYSVSEM -DSYSVSHM -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_43 -DPROCFS -DMSDOSFS -DFFS -DINET -DMATH_EMULATE -DJREMOD -DKERNEL -c vers.c loading kernel rearranging symbols text data bss dec hex 647168 53248 65684 766100 bb094 no problems.. you have something else broken.... julian