Re: [sage-devel] cannot compile sage-9.3 on Fedora Rawhide

2021-06-30 Thread Dima Pasechnik
Rawhide has been released after Sage 9.4, no wonder it is not supported. There are still problems with gcc 11 support by Sage, see https://trac.sagemath.org/ticket/31786 If you just want running Sage 9.3, probably conda is the easiest solution. https://doc.sagemath.org/html/en/installation/conda.h

[sage-devel] cannot compile sage-9.3 on Fedora Rawhide

2021-06-30 Thread Andrew Lyasoff
The most relevant part of the log file (attached) is this: libtool: link: ranlib .libs/libquadmath.a libtool: link: ( cd ".libs" && rm -f "libquadmath.la" && ln -s "../libquadmath.la" "libquadmath.la" ) make[4]: *** [Makefile:995: all] Error 2 *

[sage-devel] Cannot compile

2014-10-10 Thread Nigel Smart
Hi On compiling i get the following error when it gets to ntl... mkdir -m 755 /usr/local/sage/sage-6.3/local/include/NTL cp -p ../include/NTL/*.h /usr/local/sage/sage-6.3/local/include/NTL cp: preserving permissions for `/usr/local/sage/sage-6.3/local/include/NTL/FFT.h': Operation not supported

Re: [sage-devel] Cannot compile sage

2012-02-25 Thread William Stein
On Sat, Feb 25, 2012 at 10:57 AM, Mike Zabrocki wrote: > I've never been able to compile sage for some reason and I always gave The reason is surely "cruft" in /usr/local. How about if you rename /usr/local to /usr/local.orig, do a clean build, then report what happens? After your build finish

[sage-devel] Cannot compile sage

2012-02-25 Thread Mike Zabrocki
I've never been able to compile sage for some reason and I always gave up instead of following the instructions to report the error. OK, here goes I am currently trying to compile sage-4.8 I am using MacOS X 10.5.8 with Dev Tools 3.1.3 (the latest that seems to be compatible with OSX 10.5)