Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-18 Thread Bill Hart
:15, Brian Gladman wrote: > -Original Message- From: Bill Hart > Sent: Thursday, October 18, 2012 5:38 PM > To: mpir-devel@googlegroups.com > Cc: flint-devel > Subject: Re: [mpir-devel] Symbol clashes between flint and mpir > > > I have now committed a fix to m

Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-18 Thread Brian Gladman
-Original Message- From: Bill Hart Sent: Thursday, October 18, 2012 5:38 PM To: mpir-devel@googlegroups.com Cc: flint-devel Subject: Re: [mpir-devel] Symbol clashes between flint and mpir I have now committed a fix to mpir to remove the remaining symbol conflicts with flint, apart from

Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-18 Thread Bill Hart
I have now committed a fix to mpir to remove the remaining symbol conflicts with flint, apart from the mpn ones, which will be fixed on the flint side. No filenames need change in mpir. This is because we tend to omit mpir and mpn prefixes etc in the filenames. I also moved the fft interface out

Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-17 Thread Bill Hart
I have fixed all the n_blah symbol conflicts in MPIR. Tomorrow I'll get to work on the fft_blah symbol conflicts in MPIR. The mpn_blah symbol conflicts in flint will have to wait until someone has time to deal with this. Bill. On 17 October 2012 20:20, Bill Hart wrote: > On 17 October 2012 20:

Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-17 Thread Bill Hart
On 17 October 2012 20:17, Fredrik Johansson wrote: > On Wed, Oct 17, 2012 at 8:57 PM, Bill Hart > wrote: >> It's so long since I looked at this, I don't remember. But I had >> thought it was because these functions were not universally exported >> in mpir. >> >> If they are macros in flint, then

Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-17 Thread Fredrik Johansson
On Wed, Oct 17, 2012 at 8:57 PM, Bill Hart wrote: > It's so long since I looked at this, I don't remember. But I had > thought it was because these functions were not universally exported > in mpir. > > If they are macros in flint, then I don't see the problem anyway. They > don't get exported as

Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-17 Thread Bill Hart
It's so long since I looked at this, I don't remember. But I had thought it was because these functions were not universally exported in mpir. If they are macros in flint, then I don't see the problem anyway. They don't get exported as symbols in the flint library. They will be picked up by any p

Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-17 Thread Fredrik Johansson
On Wed, Oct 17, 2012 at 8:31 PM, Bill Hart wrote: > On 17 October 2012 19:04, Fredrik Johansson > wrote: >> On Wed, Oct 17, 2012 at 6:10 PM, Bill Hart >> wrote: >>> Hi all, >>> >>> I am just working on the release of MPIR 2.6.0 and it has been noted >>> (by Fredrik I think) that there are symb

Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-17 Thread Bill Hart
On 17 October 2012 19:04, Fredrik Johansson wrote: > On Wed, Oct 17, 2012 at 6:10 PM, Bill Hart > wrote: >> Hi all, >> >> I am just working on the release of MPIR 2.6.0 and it has been noted >> (by Fredrik I think) that there are symbol clashes between the two >> libraries. This is not in genera

Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-17 Thread Fredrik Johansson
On Wed, Oct 17, 2012 at 6:10 PM, Bill Hart wrote: > Hi all, > > I am just working on the release of MPIR 2.6.0 and it has been noted > (by Fredrik I think) that there are symbol clashes between the two > libraries. This is not in general a problem if the library order is > correct, but the mistake

Re: [mpir-devel] Symbol clashes between flint and mpir

2012-10-17 Thread Brian Gladman
-Original Message- From: Bill Hart Sent: Wednesday, October 17, 2012 5:10 PM To: mpir-devel ; flint-devel Subject: [mpir-devel] Symbol clashes between flint and mpir Hi all, I am just working on the release of MPIR 2.6.0 and it has been noted (by Fredrik I think) that there are symbol

[mpir-devel] Symbol clashes between flint and mpir

2012-10-17 Thread Bill Hart
Hi all, I am just working on the release of MPIR 2.6.0 and it has been noted (by Fredrik I think) that there are symbol clashes between the two libraries. This is not in general a problem if the library order is correct, but the mistake too easily occurs that the library order is incorrect. It wou