From owner-freebsd-current@FreeBSD.ORG Fri Oct 31 08:55:57 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 F421E16A4CE; Fri, 31 Oct 2003 08:55:56 -0800 (PST) Received: from smtp4.hy.skanova.net (smtp4.hy.skanova.net [195.67.199.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5796C43F75; Fri, 31 Oct 2003 08:55:55 -0800 (PST) (envelope-from john@veidit.net) Received: from veidit.net (h230n1fls35o1000.telia.com [217.210.234.230]) h9VGtpnw019825; Fri, 31 Oct 2003 17:55:51 +0100 (CET) Message-ID: <3FA29412.60707@veidit.net> Date: Fri, 31 Oct 2003 17:55:46 +0100 From: John Angelmo User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: sv, en, en-us MIME-Version: 1.0 To: Scott Long 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> In-Reply-To: <3FA208CF.9070001@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: das@freebsd.org 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 16:55:57 -0000 Scott Long wrote: > M. Warner Losh wrote: > >> In message: <20031029154141.T7702@pooker.samsco.home> >> Scott Long writes: >> : To respond to myself, I got ahold of a 4.8 libm.so and made sure >> that the >> : linker used it. No change in the problem, and it still hints that the >> : native libc is being linked in. >> >> You might want to enable debugging of ld.so to confirm. >> >> Warner >> >> >> > > This was already resolved. Java does a dlopen() on /usr/lib/libc.so. > Rumor has it that this is fixed. > > Scott 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 /John