<div dir="ltr">Hello,<div>I have some trouble with installing msim on my Windows. I cloned the repository from git and tried to use the "./configure && make install" on my Ubuntu subsystem and also Cygwin. However, the problems occurred in both cases:</div><div><br></div><div>: not found: 16: ./configure:<br>./configure: 32: ./configure: Syntax error: newline unexpected (expecting ")")<br></div><div><br></div><div>I was able to fix the problem on line 16 by typing a "#" at the beginning of the line, but I don't know how to fix line 32:</div><div><br></div><div>...</div><div>## -------------------- ##<br><br># Be more Bourne compatible<br>DUALCASE=1; export DUALCASE # for MKS sh<br>if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :<br>  emulate sh<br>  NULLCMD=:<br>  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which<br>  # is contrary to our usage.  Disable this feature.<br>  alias -g '${1+"$@"}'='"$@"'<br>  setopt NO_GLOB_SUBST<br>else<br>  case `(set -o) 2>/dev/null` in #(<br>  *posix*) :<br>  Â  set -o posix ;; #(<br>  *) :<br>  Â  Â ;;<br>esac  Â  Â  <---- line 32<br>fi<br>...</div><div><br></div><div>Some of my classmates used linux subsystem to compile it, too, and the installation was OK. Can anyone help me, please?</div><div><br></div><div>Best regards</div><div>Katarína Dančejová </div><div><br></div></div>