Re: [sage-devel] Sage 8.4 does not compile / CentOS 6.10

2018-11-11 Thread chris wuthrich
My CentOS problems were all solved after I installed and used devtoolset as suggested in Isuru's reply. Chris -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sage-devel] Sage 8.4 does not compile / CentOS 6.10

2018-11-10 Thread Dima Pasechnik
Perhaps the C++ compiler is still too old for this to work. You might try building gcc supplied by Sage, by setting SAGE_INSTALL_GCC=yes before running configure See http://doc.sagemath.org/html/en/installation/source.html#environment-variables On Fri, 9 Nov 2018 at 09:11, Daniel Ouimet

Re: [sage-devel] Sage 8.4 does not compile / CentOS 6.10

2018-11-09 Thread Daniel Ouimet
I changed the path to use all the new versions, as version is 2.23.52.0.1-10.el6 20130226 but it still fails at the same place. They are not assembler error but C++ error like before. See the log in attachment and the error displayed at the bottom of my message. If nobody has an idea how to

Re: [sage-devel] Sage 8.4 does not compile / CentOS 6.10

2018-11-08 Thread Dima Pasechnik
On Thu, Nov 8, 2018 at 4:41 PM Daniel Ouimet wrote: > > as --version > GNU assembler version 2.20.51.0.2-5.48.el6 20100205 > > There is another as installed in /opt but how to use it with the Make? in > the configure options, there is no place to change the assembler! I changed > the compiler

Re: [sage-devel] Sage 8.4 does not compile / CentOS 6.10

2018-11-08 Thread Daniel Ouimet
as --version GNU assembler version 2.20.51.0.2-5.48.el6 20100205 There is another as installed in /opt but how to use it with the Make? in the configure options, there is no place to change the assembler! I changed the compiler with the CC variable and CXX, but is there a variable for the

Re: [sage-devel] Sage 8.4 does not compile / CentOS 6.10

2018-11-07 Thread Daniel Ouimet
I did what you suggest: installing a newer version. The newest I could find for my CentOS is: gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15) Then for the first time it goes further and further. Took hours! but it finally stopped there (also in attachment the log file): [fflas_ffpack-2.3.2] In

Re: [sage-devel] Sage 8.4 does not compile / CentOS 6.10

2018-11-06 Thread François Bissey
On 7/11/18 4:41 AM, Daniel Ouimet wrote: Here is the gcc --version : # gcc --version gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-23) Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions.  There is NO warranty; not even for MERCHANTABILITY

Re: [sage-devel] Sage 8.4 does not compile / CentOS 6.10

2018-11-06 Thread Samuel Lelievre
Le lundi 5 novembre 2018 23:41:18 UTC+1, François Bissey a écrit : > Your compiler is very old and right now you are failing even bootstrapping > a better compiler. > Nevertheless trying to compile those instructions shouldn’t have happened. > Can you post the output of > as —version >

Re: [sage-devel] Sage 8.4 does not compile / CentOS 6.10

2018-11-05 Thread François Bissey
Can you provide /usr/local/soft/sage-8.4/local/var/tmp/sage/build/mpir-3.0.0-644faf502c56f97d9accd301965fc57d6ec70868.p0/src/config.log as well? Something looks strange in that log. François > On 6/11/2018, at 11:41, François Bissey wrote: > > Your compiler is very old and right now you are

Re: [sage-devel] Sage 8.4 does not compile / CentOS 6.10

2018-11-05 Thread François Bissey
Your compiler is very old and right now you are failing even bootstrapping a better compiler. Nevertheless trying to compile those instructions shouldn’t have happened. Can you post the output of as —version please. François > On 6/11/2018, at 11:03, Daniel Ouimet wrote: > > Hi, > > on a