in reply to Math::Pari when pari is already installed
Of course, that doesn't answer your question :-)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"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Math::Pari when pari is already installed
by kapeed (Initiate) on Sep 22, 2007 at 08:51 UTC | |
| [reply] |
by Anonymous Monk on Sep 22, 2007 at 09:42 UTC | |
| [reply] |
by kapeed (Initiate) on Sep 22, 2007 at 11:59 UTC | |
debian:/dk/Math-Pari-2.010709# perl Makefile.PL -q INC="-I/usr/include/pari" parilib="-L/usr/lib -lpari" Setting up Math::Pari with Perl 5.008008 on linux version 2.6.18.3; | [reply] |