I tried building sage 4.4.4 with export SAGE_PARALLEL_SPKG_BUILD="yes" export MAKE="make -j4" make
but got: """ - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[5]: Leaving directory `/usr/local/sage/4.4.4/spkg/build/ mpir-1.2.2.p1/src' make[4]: *** [install-am] Error 2 make[4]: Leaving directory `/usr/local/sage/4.4.4/spkg/build/ mpir-1.2.2.p1/src' make[3]: *** [install-recursive] Error 1 make[3]: Leaving directory `/usr/local/sage/4.4.4/spkg/build/ mpir-1.2.2.p1/src' make[2]: *** [install] Error 2 make[2]: Leaving directory `/usr/local/sage/4.4.4/spkg/build/ mpir-1.2.2.p1/src' Error installing MPIR. """ export SAGE_PARALLEL_SPKG_BUILD="yes" make clean make seems to be doing OK now. This is on a: ella sage/4.4.4$ cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.5 (Tikanga) ella sage/4.4.4$ uname -a Linux ella.cecm.sfu.ca 2.6.18-194.3.1.el5 #1 SMP Sun May 2 04:17:42 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux where building sage from source usually doesn't give me trouble. The building of MPIR finished successfully very quickly after restarting, so I think MPIR was built almost completely already and the make clean probably didn't do too much. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org