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
Delivery-date
: Sun, 14 Dec 2008 17:58:13 +0100
Dkim-signature
: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=xca6RMxDdNjp75JDHuLoIc1cmZlFNVvQoraarJxnR5k=; b=jSPRr/kQy2DyLmcC52oTfaVzwysXV/qcIfN3z1GXxH+iltFPBeqLYzBMyIEIWOi4vQ mc79Org+PjW+/BS0d+HuzNe7Ryg7gNVgN4ZLEFiwUjlIs46vxPMXPEXVzhlU039fT0HY naSYPTscB/43lyW3TSI8GefQjTNcvBs3dsxIM=
Domainkey-signature
: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=hB8S6tEvdATqUi4XD0Kels1vIfQKmPeg0/sC9+5w0cGQR2L+jYNGHaLVZGYZyvELuw mDlUhUbdxNywwkQwJuvKhOB2n/YT0MUnBQu780t+qmAkfbtF0KKydIJkNPA8HMntdEOj oZuWoC5jgdUgJu/ysJS/K1gIvKVxPdHTpvpbw=
Mailing-list
: contact
pari-dev-help@list.cr.yp.to
; run by ezmlm
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