Karim BELABAS on Sat, 5 Oct 2002 01:16:52 +0200 (MEST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Problem with Perl Math::Pari on TRU64 |
On 2 Oct 2002, Frédéric Oger wrote: > I'm trying to install Math::Pari-2.010305, pari-2.1.4 with perl version > 5.8 on Compaq Tru64 Unix v4.0d in order to install Net-SSH module. I > am running into some problems with thousands "Unaligned access" errors > when I run 'make test'. [...] > ...Processor of family `alpha' detected > ...I will use assembler build of type 'alpha'. The unaligned accesses are probably due to non relocatable assembler code (producing a broken shared library). Try to build pari using the portable kernel. I'm not sure how to do this from within Math::Pari setup. The following should work: perl Makefile.PL machine=none Hope this helps, Karim. -- Karim Belabas Tel: (+33) (0)1 69 15 57 48 Dép. de Mathematiques, Bat. 425 Fax: (+33) (0)1 69 15 60 19 Université Paris-Sud Email: Karim.Belabas@math.u-psud.fr F-91405 Orsay (France) http://www.math.u-psud.fr/~belabas/ -- PARI/GP Home Page: http://www.parigp-home.de/