Here is a recipe to get things working well with the latest versions for Debian. This will be the same for Ubuntu:
Code:
sudo apt-get remove libpari.dev libgmp.dev
Download the latest CM, GMP, MPFR, MPC, MPRFCX and PARI from their respective websites.
Extract them.
With each, except PARI -- which uses .
/Configure -- and CM for which you need
./configure --enable-mpi and possibly
--enable-shared=no -- run:
Code:
./configure
make
make check
sudo make install.
Do these local installations in the following order:
- GMP
- PARI
- MPFR
- MPC
- MPFRCX
- CM
For bonus points get the
GWNUM addon working