hannes wrote:
Code:
cd /
wget ???????/singular-4.2.0-1.tar.xz
tar Jxf singular-4.2.0-1.tar.xz
I tried this command and it resulted in
Quote:
==> PASV ... done. ==> RETR singular-4.2.0-1.tar.xz ...
No such file ‘singular-4.2.0-1.tar.xz’.
If you hover the link in the download description it reads version 4.1.3-1 rather then 4.2.0-1. Adjusting the wget command to that, however, also results in "No such file".
I was actually able to download the file using Microsoft Edge (it didn't work with Chrome, though) and tried to manually use tar Jxf singular-4.1.3-1.tar.xz.
I then tried to type Singular but this resulted in the cygwin console completely crashing (no reaction to ctrl+c). After restarting cygwin and trying again, I get the error message
Quote:
Illegal instruction (core dumped)
(For context: I installed the 64 version of cygwin in an effort to get emacs-w32 running, see my own Thread here. However, I can't even get singular to work now.
I still have an older version of Singular running in cygwin32 that I installed some months ago without any trouble.)