Re: [sage-devel] Error Building Sage 10.4 on RHEL8 from Source

2024-07-31 Thread Dale Marshall
I've spent the last few days recompiling several versions of GCC and installing them in /usr/local/gccxx so I can try different versions of GCC against the different versions of Sage I have. Yes, I'm building Sage as root (uid = 0). I will report back as soon as my tests are complete. Thanks

Re: [sage-devel] Error Building Sage 10.4 on RHEL8 from Source

2024-07-28 Thread Volker Braun
Pretty sure he means the "uid == 0" kind of root ;) If you have enough memory: try upgrading to gcc 14.1.1 or use our bundled gcc 13 (./configure --with-system-gcc=no) On Sunday, July 28, 2024 at 4:10:32 PM UTC+2 Dima Pasechnik wrote: > > > On 24 July 2024 17:15:36 BST, Dale Marshall wrote: >

Re: [sage-devel] Error Building Sage 10.4 on RHEL8 from Source

2024-07-28 Thread Dima Pasechnik
On 24 July 2024 17:15:36 BST, Dale Marshall wrote: > >I'm on a closed network so I cannot provide the log files. > >I'm building Sage 10.4 on a RHEL8.10 box using root and GCC 14.1.0. The >configure line was: > >./configure --prefix= --enable-build-as-root --enable-wheels >--with-python= > >

[sage-devel] Error Building Sage 10.4 on RHEL8 from Source

2024-07-27 Thread Dale Marshall
I'm on a closed network so I cannot provide the log files. I'm building Sage 10.4 on a RHEL8.10 box using root and GCC 14.1.0. The configure line was: ./configure --prefix= --enable-build-as-root --enable-wheels --with-python= The configure showed lots of packages to be compiled (even though