Re: [sage-support] Segmentation fault when building sage 9.8

2023-03-31 Thread Mike
Thanks for your suggestion on where to start! Unfortunately, no details: $ ./sage --python Python 3.11.1 (main, Mar 26 2023, 12:16:16) [GCC 9.3.1 20200408 (Red Hat 9.3.1-2)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from sage.all import *

Re: [sage-support] Segmentation fault when building sage 9.8

2023-03-31 Thread Mike
Thanks for your suggestion of where to start! Unfortunately, no details: $ ./sage --python Python 3.11.1 (main, Mar 26 2023, 12:16:16) [GCC 9.3.1 20200408 (Red Hat 9.3.1-2)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from sage.all import *

Re: [sage-support] Segmentation fault when building sage 9.8

2023-03-26 Thread Dima Pasechnik
run Sage's python: ./sage --python and once you get the prompt, do from sage.all import * I expect it to die with the same segfault, but at least you will see a bit more detailed output. Post it here. On Sun, 26 Mar 2023, 20:55 Mike, wrote: > Running > $ ./configure > $ MAKE='make -j16'