Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2003 19:25:30 +0100
From:      John Angelmo <john@veidit.net>
To:        David Schultz <das@FreeBSD.ORG>
Cc:        kris@obsecurity.org
Subject:   Re: __fpclassifyd problem
Message-ID:  <3FA2A91A.8000603@veidit.net>
In-Reply-To: <20031031171537.GA56627@VARK.homeunix.com>
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> <20031031171537.GA56627@VARK.homeunix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
David Schultz wrote:

> 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.


I used this: 
http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/lib/msun/src/e_scalb.c?rev=1.10&content-type=text/plain&only_with_tag=HEAD
and this:
http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/lib/msun/src/e_scalbf.c?rev=1.8&content-type=text/plain&only_with_tag=HEAD
for the diffrent files, and I checked/tested multiple times now, the 
files are imported correcty (simple copy paste)
I'm using 5.1-p10 and get that error

/John



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FA2A91A.8000603>