Ah okay, that's good to know. I probably won't need that feature in the
near future anyway.
But thank you; I ran `make build` and finally the process terminated
without a fatal error.
I also ran it and it works fine now.
dim...@gmail.com schrieb am Dienstag, 26. Juli 2022 um 18:10:20 UTC+9:
> d
documentation building is currently broken on Cygwin.
instead of running 'make', run 'make build'.
Anyhow, you probably have mostly functional Sage installation now.
On Tue, 26 Jul 2022, 10:18 Max Kölbl, wrote:
> Thank you very much for your help!
>
> >Install the relevant cygwin packages:
>
Thank you very much for your help!
>Install the relevant cygwin packages:
>```
>$ apt-cyg install bzip2 libbz2-devel liblzma-devel libffi-devel xz
>```
>Clean up the corresponding Sage packages:
>```
>$ make bzip2-clean liblzma-clean libffi-clean xz-clean
>
>Then configure again:
>```
>$ make conf
Install the relevant cygwin packages:
```
$ apt-cyg install bzip2 libbz2-devel liblzma-devel libffi-devel xz
```
Clean up the corresponding Sage packages:
```
$ make bzip2-clean liblzma-clean libffi-clean xz-clean
Then configure again:
```
$ make configure
$ ./configure
```
Follow any recommendat
On Mon, Jul 25, 2022 at 12:49 AM Max Kölbl wrote:
>
> Thank you very much for your reply!
>
> > No, Sage accepts any system Python >= 3.8.
>
> Okay, that's good to know.
>
> > In your config.log one can see that system python3 is not rejected because
> > of a version check:
> > ## ---
Thank you very much for your reply!
> No, Sage accepts any system Python >= 3.8.
Okay, that's good to know.
> In your config.log one can see that system python3 is not rejected
because of a version check:
> ## ##
> ## Checking whether Sa
On Sunday, July 24, 2022 at 10:01:08 AM UTC-7 max.w@gmail.com wrote:
> Thanks! I gave it a shot but unfortunately it still didn't work.
>
> However, the reasons are strange because now python3 seems to be the
> culprit.
> Perhaps relevant: I installed openssl via apt-cyg and it seems like 'ma
You could try this:
```
make openssl-clean openssl-uninstall
make configure
./configure
make
```
--
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 sage-devel+unsubsc
"configure" should have printed advice on what system packages to install.
See config.log
On Tuesday, July 19, 2022 at 1:51:16 AM UTC-7 max.w@gmail.com wrote:
> Hello everyone!
>
> While running the 'make' command in cygwin on my Windows 8 laptop, I
> received the following output.
>
> [ope