--- include/Lcommandline.h.orig 2008-06-29 23:39:25.000000000 +1200 +++ include/Lcommandline.h 2008-06-29 23:40:52.000000000 +1200 @@ -39,7 +39,7 @@ #include "Lcommandline_globals.h" //command line global variables #ifdef INCLUDE_PARI -#include "pari.h" //for pari's elliptic curve functions +#include "pari/pari.h" //for pari's elliptic curve functions #undef init //pari has a '#define init pari_init' which //causes trouble with the stream.h init. //pari also causes trouble with things like abs. --- include/Lcommandline_elliptic.h.orig 2008-06-29 23:41:25.000000000 +1200 +++ include/Lcommandline_elliptic.h 2008-06-29 23:42:00.000000000 +1200 @@ -32,7 +32,7 @@ #ifdef INCLUDE_PARI -#include "pari.h" //for pari's elliptic curve functions +#include "pari/pari.h" //for pari's elliptic curve functions #undef init //pari has a '#define init pari_init' which //causes trouble with the stream.h init. //pari also causes trouble with things like abs. --- src/Makefile.orig 2008-06-29 23:42:26.000000000 +1200 +++ src/Makefile 2008-06-29 23:43:33.000000000 +1200 @@ -61,7 +61,7 @@ ifeq ($(PARI_DEFINE),-DINCLUDE_PARI) #location of pari.h. - LOCATION_PARI_H = /usr/local/include/pari #usual location + LOCATION_PARI_H = /usr/local/include #usual location #location of libpari.a or of libpari.so #depending on whether static or dynamic libraries are being used.