Karim Belabas on Tue, 06 Jan 2004 20:40:06 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Installation failed on ix86 Linux |
* Franck MICHEL <Franck.Michel@univ.u-3mrs.fr> [2004-01-06 20:12]: > I've tried to install Pari/gp on a centrino laptop under Linux, but without > success. I paste below the output of "./Configure" and "make gp", all > suggestions are welcome. [...] > ../src/basemath/buch2.c:1782: internal compiler error: in remove_edge, at > callgraph.c:189 > Please submit a full bug report, with preprocessed source if appropriate. > See <URL:https://qa.mandrakesoft.com/> for instructions. You might want to do exactly that. > make[1]: *** [buch2.o] Erreur 1 > make[1]: Leaving directory > `/home/fmichel/Logicielstelecharges/pari/pari-2.1.5/Olinux-i686' > make: *** [gp] Erreur 2 See the FAQ: http://www.math.u-psud.fr/~belabas/pari/doc/faq.html#ccbug Try to edit the Makefile, and change the optimization level from -O3 to -O2, -O1 for this specific file (buch2.c). You might want to try a CVS snapshot (or unstable release 2.2.7). Since this (quite correct) code has been completely rewritten, it might not trigger this particular optimizer bug. Cheers, Karim. -- Karim Belabas Tel: (+33) (0)1 69 15 57 48 Dep. de Mathematiques, Bat. 425 Fax: (+33) (0)1 69 15 60 19 Universite Paris-Sud http://www.math.u-psud.fr/~belabas/ F-91405 Orsay (France) http://pari.math.u-bordeaux.fr/ [PARI/GP]