Tels <[EMAIL PROTECTED]> writes: > On 04-Nov-01 Andreas Marcel Riechert tried to scribble about: > > -- > > Comments: > > [1] Cannot produce Makefile. I have Math::BigInt 1.45 and > > Math::BigFloat 1.23 installed. > > > > [riechert@tairou Math-BigInt-Pari-1.04]$ perl Makefile.PL > > Warning: prerequisite Math::BigFloat 1.23 not found at > > /usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm line 343. > > Warning: prerequisite Math::BigInt 1.44 not found at > > /usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm line 343. > > Writing Makefile for Math::BigInt::Pari > > You also need Math::Pari installed. (and thus also Pari)
Was installed before I tested your module. > Apart from that, the error above happens some times and I haven't found out > yet why. You probably have old versions of Math::BigInt installed (5.6.1 > core comes with v0.01 or something), which confuses MakeMaker. Yes, actually that was the problem. The newer modules were installed into site_perl, while the older core modules still are in the 5.6.1 lib. Andreas