[sage-devel] Re: Solaris issue: Pari / modified sage library code

2009-07-23 Thread Dr. David Kirkby
John Cremona wrote: > 2009/7/22 Dr. David Kirkby : >> John Cremona wrote: >>> If by "this code" you mean paripriv.h then that belongs to pari, i.e. >>> is upstream. But sage/ext/fast_callable.c will have been written by >>> someone who subscribes to this list, I hope! >>> >>> John >> But the buil

[sage-devel] Re: Solaris issue: Pari / modified sage library code

2009-07-23 Thread John Cremona
2009/7/22 Dr. David Kirkby : > > John Cremona wrote: >> If by "this code" you mean paripriv.h then that belongs to pari, i.e. >> is upstream.  But sage/ext/fast_callable.c will have been written by >> someone who subscribes to this list, I hope! >> >> John > > But the build of pari works fine, inc

[sage-devel] Re: Solaris issue: Pari / modified sage library code

2009-07-22 Thread Dr. David Kirkby
John Cremona wrote: > If by "this code" you mean paripriv.h then that belongs to pari, i.e. > is upstream. But sage/ext/fast_callable.c will have been written by > someone who subscribes to this list, I hope! > > John But the build of pari works fine, including the lines in paripriv.h. If the

[sage-devel] Re: Solaris issue: Pari / modified sage library code

2009-07-22 Thread John Cremona
If by "this code" you mean paripriv.h then that belongs to pari, i.e. is upstream. But sage/ext/fast_callable.c will have been written by someone who subscribes to this list, I hope! John 2009/7/22 Dr. David Kirkby : > > John Cremona wrote: > >> Line 428 defines an enum struct which is only rel

[sage-devel] Re: Solaris issue: Pari / modified sage library code

2009-07-22 Thread Dr. David Kirkby
John Cremona wrote: > Line 428 defines an enum struct which is only relevant for gp. > The > earlier two have no numeric constants that I can see but the function > prototypes have variables in upper case, and it's possible that these > are macros which are getting expanded into numbers. > > J

[sage-devel] Re: Solaris issue: Pari / modified sage library code

2009-07-22 Thread John Cremona
Line 428 defines an enum struct which is only relevant for gp. The earlier two have no numeric constants that I can see but the function prototypes have variables in upper case, and it's possible that these are macros which are getting expanded into numbers. John 2009/7/22 Dr. David Kirkby : >