2 echo "Checking a few things in the Cygwin configuration"
4 export perlbin
=`which perl`
5 if test "$perlbin" != "/usr/bin/perl"; then
6 echo "Found $perlbin. Install perl in Cygwin, don't use the one that comes with Quartus"
13 echo "Nothing obviously wrong discovered with the configuration"