Singular
https://www.singular.uni-kl.de/forum/

Help to install Singular 4-1-2 on Windows 10
https://www.singular.uni-kl.de/forum/viewtopic.php?f=10&t=2853
Page 1 of 1

Author:  Fajer5 [ Thu May 23, 2019 1:23 am ]
Post subject:  Help to install Singular 4-1-2 on Windows 10

I tried to install Singular 4-1-2 on Windows 10, and this is what I did:
1) install cygwin (setup-x86.exe) with default settings (I just clicked next for all steps)
2) I download singular-4.1.2-1.tar to C:\cygwin folder then click on singular-4.1.2-1.tar and chosee extract here(C:\cygwin)

but when I open sygwin terminal windows and write Singular I got this:
-bash: Singular: command not found
Image

Any help?

Author:  hannes [ Thu May 23, 2019 2:00 pm ]
Post subject:  Re: Help to install Singular 4-1-2 on Windows 10

1.) check that /usr/bin/Singular.exe exists:
ls -l /usr/bin/Singular.exe
should give
-rwxr-xr-x hannes/None 12807182 2019-03-05 11:43 /usr/bin/Singular.exe
(espacially the x's in the beginning should be present)
(if not, the unpacking failed, or was at the wrong place)
2.) check if /usr/bin is in your PATH (on cygwin):
echo $PATH
3.) check if some dynamic library is missing:
ldd /usr/bin/Singular.exe
should not report
.... not found

Hope that helps,
Hans Schoenemann

Author:  Fajer5 [ Fri May 24, 2019 5:17 pm ]
Post subject:  Re: Help to install Singular 4-1-2 on Windows 10

Thank you for your help.

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/