Hi, What version of GCC are you using? What does "gcc -v" output?
There version of PARI that is included with SAGE is different than the system-wide one you might already have. For example, when the PARI C library encounters an error, it stupidly calls the exit() system call. This would be bad for SAGE, so the PARI included in SAGE calls abort() instead. Also, in the long run, (not yet) the PARI included in SAGE will likely have a number of dependencies on the rest of SAGE that will make it run vastly faster than the usual PARI in certain cases (e.g., integer factorization). Finally, the behavior of PARI can change drastically from version to version, and the version we include with SAGE has been tested to work with the rest of SAGE. William ------- Forwarded message ------- From: "Martin Albrecht" <[EMAIL PROTECTED]> To: "William Stein" <[EMAIL PROTECTED]> Cc: Subject: Re: Fwd: sage compilation error Date: Wed, 06 Dec 2006 16:21:29 -0800 William, I've translated the message below and will contact Henning tomorrow to resolve this. Martin > -L/usr/lib -lncurses -ldl -lm -L/home/henning/sage-1.4/local/lib -lgmp > gcc: > /home/henning/sage-1.4/spkg/build/pari-2.3.0.p2/Olinux-i686:/home/henning/s > age-1.4/local/lib:/usr/lib: Datei oder Verzeichnis nicht gefunden File or Directory not found > gcc: nicht erkannte Option ?-rpath? gcc: unkown option "-rpath" > make[3]: *** [gp-sta] Fehler 1 > make[3]: Leaving directory > `/home/henning/sage-1.4/spkg/build/pari-2.3.0.p2/Olinux-i686' > make[2]: *** [gp] Fehler 2 > make[2]: Leaving directory > `/home/henning/sage-1.4/spkg/build/pari-2.3.0.p2' > > ------- Forwarded message ------- > From: "Henning Siebel" <[EMAIL PROTECTED]> > To: "William Stein" <[EMAIL PROTECTED]> > Cc: > Subject: sage compilation error > Date: Wed, 06 Dec 2006 14:33:25 -0800 > > Hello, > > as I have no clue, I send you the install.log... > > "Dank und Grüße", > > Henning Siebel > > > ps: Why isn't it possible to skip the compilation of already installed > packages and use those? --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
