Bill Allombert on Tue, 03 Feb 2004 13:05:35 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Math::Pari and CVS version


On Mon, Feb 02, 2004 at 07:32:56PM -0800, Ilya Zakharevich wrote:
> I see two problems of CVS version w.r.t. Math::Pari build:
> 
>  a) The function bruteall() disappeared.  How one is supposed to
>     replace it?  I needed to copy the text of this function and of all the
>     static functions it used to compile Math::Pari.
> 
>  b) By some strange reason some header files are not included in the
>     CVS (although they are not system-dependent).  This means that the
>     standard way to build Math::Pari (using the expanded tree of
>     GP/PARI without building GP/PARI itself) can't work.

They are shipped in the PARI/GP tarball, but not in the CVS tarball.

If you need to build them, you don't need to run Configure, just do:
cd src/desc; make

Cheers,
Bill.