Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Help to install Singular 4-1-2 on Windows 10
PostPosted: Thu May 23, 2019 1:23 am 
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?


Report this post
Top
  
Reply with quote  
 Post subject: Re: Help to install Singular 4-1-2 on Windows 10
PostPosted: Thu May 23, 2019 2:00 pm 

Joined: Wed May 25, 2005 4:16 pm
Posts: 275
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Help to install Singular 4-1-2 on Windows 10
PostPosted: Fri May 24, 2019 5:17 pm 
Thank you for your help.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

It is currently Fri May 13, 2022 10:54 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group