Thomas D. Dean on Tue, 04 Dec 2012 01:32:57 +0100


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

Re: bug in PARI/GP (Segmentation Fault)


On 12/03/12 12:59, Ruhma Tahir wrote:
I do not think you want to make a shared object.

On Linux, I used
 > gcc hnf.gp.c -o hnf -lpari

and

 > ./hnf
Hello
[9, -36, 30; -36, 192, -180; 30, -180, 180]
[6, 0, 3; 0, 12, 0; 0, 0, 30]

Tom Dean