cygwin problem for ORACHK
edited Sep 9, 2020 3:04PM in AHF - Autonomous Health Framework (TFA - ORACHK) (MOSC) 1 commentAnswered
- Download the latest version of Cygwin, which is available at the following URL:https://cygwin.com/
- During Cygwin installation you are prompted to select the packages to install. Select at least the following:
- Perl/*
- Tcl/expect
- Archive/unzip
- Archive/zip
- Go to the
C:\cygwin
directory, open theCygwin.bat
file in edit mode using any editor, and add the following line before running the bash shell.set CYGWIN=binmode ntsec
For example, here are the contents for the
0