Subject: Re: libc build problem...
To: Peter Seebach <seebs@solon.com>
From: J.T. Conklin <jtc@NetBSD.ORG>
List: current-users
Date: 05/14/1997 11:18:29
> ld -x -Bshareable -Bforcearchive  -o libc.so.12.14 libc_pic.a
> libc_pic.a(memset.so): Definition of symbol `_bzero' (multiply defined)
> libc_pic.a(bzero.so): Definition of symbol `_bzero' (multiply defined)

Oops.  My mistake.  I've just checked in the fix.  In the mean time,
you can change the ENTRY() in src/lib/libc/arch/m68k/memset.S to use
the correct function name.

	--jtc