On Wed, Apr 10, 2019 at 11:37 PM richr410 via sage-devel
wrote:
>
> oh easy - well...
> 1) the installed vendor gcc is 4.4.7
> 2) it does this by itself - I didnt ask it too - plain "make" is doing this.
> 3) I have:
> a) gcc-4.4.7-23.el6.x86_64
> b) gcc-gfortran-4.4.7-23.el6.x86_64
>
yep done - another collegeue had one on our network I was able to get to --
version 6.4.0
And the straight "make" command is building Sage -- without building its
own.
thanks
On Wednesday, April 10, 2019 at 5:44:25 PM UTC-4, Dima Pasechnik wrote:
>
> On Wed, Apr 10, 2019 at 11:37 PM richr41
On Wed, Apr 10, 2019 at 11:37 PM richr410 via sage-devel
wrote:
>
> oh easy - well...
> 1) the installed vendor gcc is 4.4.7
OK, this explains. 4.4.7 is way too old.
Any chance you can update it?
(It might be that gcc 7.2 simply does not build with such an old gcc,
and then you'd have to get some
I set SAGE_INSTALL_GCC=no
reran "make" on fresh un-tar and got...
configure: No compiler with C++11 support was found
configure: error: SAGE_INSTALL_GCC is set to 'no', but your C++ compiler
does not support C++11
--
You received this message because you are subscribed to the Google Groups
"
oh easy - well...
1) the installed vendor gcc is 4.4.7
2) it does this by itself - I didnt ask it too - plain "make" is doing this.
3) I have:
a) gcc-4.4.7-23.el6.x86_64
b) gcc-gfortran-4.4.7-23.el6.x86_64
c) gcc-c++-4.4.7-23.el6.x86_64
Those versions all match - as the doc says it nee
oh easy - well...
1) the installed vendor gcc is 4.4.7
2) it does this by itself - I didnt ask it too - plain "make" is doing this.
3) I have:
a) gcc-4.4.7-23.el6.x86_64
b) gcc-gfortran-4.4.7-23.el6.x86_64
c) gcc-c++-4.4.7-23.el6.x86_64
Those versions all match - as the doc says it nee
Why are you building Sage's gcc? I can hardly imagine a situation you'd need it.
See
http://doc.sagemath.org/html/en/installation/source.html#linux-prerequisite-installation
for details on this.
On Wed, Apr 10, 2019 at 10:57 PM richr410 via sage-devel
wrote:
>
> Hello,
>
> Ive tried a number of
Hello,
Ive tried a number of tricks with "configure flags", LDFLAGS, etc - trying
to get Sage to build.
it "appears" the error 32 / 64 bit mismatching on the "ld" command.
Source file used: sage-8.7.tar.gz
To create log I posted here - I scrapped everything and did a completely
fresh build u