3 if (exists $ENV{'!C:'}) {
4 print "You are running this under Cygwin, aren't you?\n";
5 print "I'm sorry but only cmd.exe will work.\n";
10 $ENV{PATH} !~ m!c:\\program files\\common files\\symbian\\tools!i
13 $ENV{PATH} !~ m!c:\\symbian\\6.1\\shared\\epoc32\\tools!i) {
14 print "I think you have not installed the Symbian SDK.\n";
18 unless (-f "symbian/symbianish.h") {
19 print "You must run this in the top level directory.\n";
24 print "You must configure with Perl 5.8 or later.\n";