Subject: Re: -current GENERIC compile problem
To: None <rmk@rmkhome.com>
From: Jason R Thorpe <thorpej@zembu.com>
List: current-users
Date: 11/30/2000 14:56:53
On Thu, Nov 30, 2000 at 03:53:46PM -0700, Rick Kelly wrote:
> cc -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-uninitialized -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -DLKM -DDIAGNOSTIC -DMAXUSERS=32 -D_KERNEL -Di386 -c vers.c
> rm -f netbsd
> ld -Ttext c0100000 -e start -X -o netbsd ${SYSTEM_OBJ} vers.o
> ffs_alloc.o(.data+0x8): multiple definition of `doreallocblks'
> vfs_cluster.o(.data+0x0): first defined here
> *** Error code 1
This was fixed by someone else just a couple of hours ago.
--
-- Jason R. Thorpe <thorpej@zembu.com>