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] !?!
To
:
pari-dev@list.cr.yp.to
Subject
: Programming PARI/GP in library mode [PROBLEM] !?!
From
: Mxmler <
mxmler@gmail.com
>
Date
: Sun, 14 Dec 2008 17:51:21 +0100
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.
Follow-Ups
:
Re: Programming PARI/GP in library mode [PROBLEM] !?!
From:
Bill Allombert <Bill.Allombert@math.u-bordeaux1.fr>
Prev by Date:
GP2C 0.0.5pl7 released
Next by Date:
Re: Programming PARI/GP in library mode [PROBLEM] !?!
Previous by thread:
GP2C 0.0.5pl7 released
Next by thread:
Re: Programming PARI/GP in library mode [PROBLEM] !?!
Index(es):
Date
Thread