kapeed has asked for the wisdom of the Perl Monks concerning the following question:

Yes i have tried this and it is not working.


Thanks
dk
  • Comment on Math::Pari when pari is already installed

Replies are listed 'Best First'.
Re: Math::Pari when pari is already installed
by syphilis (Archbishop) on Sep 21, 2007 at 12:23 UTC
    Hi kapeed,

    Looking at the INSTALL file in the Math::Pari source distro, it seems this is not the preferred way to build Math::Pari:
    If the problems with Math::Pari being unable to build persist, there i +s another way to build it: use a pre-build version of the PARI library. + Put the link options on the Makefile.PL command line like this: perl Makefile.PL LIBPARI="-L/lib -lpari"
    Of course, that doesn't answer your question :-)
    But you might try that suggestion anyway. (Note that it differs from the incantation you tried.)

    Cheers,
    Rob
      yes i have tried this also But it is not working.Any other solutions,
        cut/paste what you tried along with screen output