From owner-freebsd-current@FreeBSD.ORG Fri Oct 31 09:16:26 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE1E416A4CE; Fri, 31 Oct 2003 09:16:26 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-123-40-77.dsl.pltn13.pacbell.net [68.123.40.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA8A843FAF; Fri, 31 Oct 2003 09:16:25 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.9/8.12.9) with ESMTP id h9VHFben056656; Fri, 31 Oct 2003 09:15:37 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.9/8.12.9/Submit) id h9VHFbE6056655; Fri, 31 Oct 2003 09:15:37 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Fri, 31 Oct 2003 09:15:37 -0800 From: David Schultz To: John Angelmo Message-ID: <20031031171537.GA56627@VARK.homeunix.com> Mail-Followup-To: John Angelmo , Scott Long , "M. Warner Losh" , current@FreeBSD.ORG, kris@obsecurity.org References: <20031029211951.GA12398@rot13.obsecurity.org> <20031029152202.C7702@pooker.samsco.home> <20031029154141.T7702@pooker.samsco.home> <20031030.234813.72025638.imp@bsdimp.com> <3FA208CF.9070001@freebsd.org> <3FA29412.60707@veidit.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FA29412.60707@veidit.net> cc: Scott Long cc: current@FreeBSD.ORG cc: "M. Warner Losh" cc: kris@obsecurity.org Subject: Re: __fpclassifyd problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2003 17:16:26 -0000 On Fri, Oct 31, 2003, John Angelmo wrote: > But still after importing e_scalb.c or e_scalbf.c and rebuilding gives > me this: > > > cc -fpic -DPIC -O -pipe -march=pentium3 -D_IEEE_LIBM > -D_ARCH_INDIRECT=i387_ -c i387_s_tan.S -o i387_s_tan.So > building shared library libm.so.2 > e_scalb.So: In function `__ieee754_scalbf': > e_scalb.So(.text+0x0): multiple definition of `__ieee754_scalbf' > e_scalbf.So(.text+0x0): first defined here > *** Error code 1 Sounds like you might have accidentally imported e_scalbf.c twice---once as e_scalbf.c and once as e_scalb.c.