Mxmler on Sun, 14 Dec 2008 17:58:13 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Programming PARI/GP in library mode [PROBLEM] !?!


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.