3 if (exists $ENV{'!C:'}) {
4 print "You are running this under Cygwin, aren't you? (found '!C' in %ENV)\n";
5 print "Are you perhaps using Cygwin Perl? (\$^O is '$^O')\n" if $^O =~ /cygwin/;
6 print "I'm sorry but only cmd.exe with e.g. the ActivePerl will work.\n";
11 $ENV{PATH} =~ m!\\program files\\common files\\symbian\\tools!i
14 $ENV{PATH} =~ m!\\symbian\\6.1\\shared\\epoc32\\tools!i
17 $ENV{PATH} =~ m!\\s80_.+?\\epoc32\\!i
20 $ENV{PATH} =~ m!\\uiq_.+?\\epoc32\\!i
22 print "I do not think you have installed a Symbian SDK, your PATH is:\n$ENV{PATH}\n";
26 unless (-f "symbian/symbianish.h") {
27 print "You must run this in the top level directory.\n";
32 print "You must configure with Perl 5.8 or later.\n";