Re: [sage-support] Can not run make

2023-07-18 Thread Tim M
It was giving me a bunch of fails when I didn't sudo make. but that fixed it, it is now working. Thankyou so much for your help. On Tuesday, 18 July 2023 at 21:27:18 UTC+10 Dima Pasechnik wrote: > any reason to run this as root? > > configure: error: You cannot build Sage as root, switch to

Re: [sage-support] Can not run make

2023-07-18 Thread David Joyner
What happens when you try to run configure as macka? On Tue, Jul 18, 2023 at 7:01 AM Tim M wrote: > Thank you for the help, I have followed the guide and I get the same fails: > > configure output > checking for a BSD-compatible install... /bin/install -c > checking whether build environment is

Re: [sage-support] Can not run make

2023-07-18 Thread Dima Pasechnik
any reason to run this as root? configure: error: You cannot build Sage as root, switch to an unprivileged user. (If building in a container, use --enable-build-as-root.) If you absolutely must run this as root, you can run ./configure --enable-build-as-root On Tue, Jul 18, 2023 at 12:01 PM

Re: [sage-support] Can not run make

2023-07-18 Thread Tim M
Thank you for the help, I have followed the guide and I get the same fails: configure output checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether

Re: [sage-support] Can not run make

2023-07-18 Thread Dima Pasechnik
On Tue, Jul 18, 2023 at 11:21 AM Tim M wrote: > > Im sorry this just isn't working for me. I downloaded the version 10.tar.gz > file and after unpacking there is no ./configure available. Yes, you need to run ./bootstrap (or, what amounts to the same thing, make configure ) first of all, as

Re: [sage-support] Can not run make

2023-07-18 Thread Tim M
Im sorry this just isn't working for me. I downloaded the version 10.tar.gz file and after unpacking there is no ./configure available. On Monday, 17 July 2023 at 22:30:51 UTC+10 Tim M wrote: > OK I think I have it, if I download the source of version 10 from github I > should be able to