Mxmler
December 14th, 2008, 12:49 AM
Hi all,
I am tired with PARI/GP packages. I don't know whats the problem.
The following should be executed normally.
I installed the following packages
libpari2-gmp
libpari-dev
as well as pari-gp
#include <pari.h>
int main()
{
pari_init(100000,0);
return 0;
}
and all what I got is an error messages (the main one: No such file or directory for pari.h)
Can you help me please and show me step by step how to make this done? Do I need to add linkage between my app. and the library?
Thanks in advance.
I am tired with PARI/GP packages. I don't know whats the problem.
The following should be executed normally.
I installed the following packages
libpari2-gmp
libpari-dev
as well as pari-gp
#include <pari.h>
int main()
{
pari_init(100000,0);
return 0;
}
and all what I got is an error messages (the main one: No such file or directory for pari.h)
Can you help me please and show me step by step how to make this done? Do I need to add linkage between my app. and the library?
Thanks in advance.