Hi, I've only just installed perl. Running Configure.pl on a windows box, I got 'bad command or file name' because line 12 of config\init\hints.pl is: my $hints = "config/init/hints/" . lc($^O) . ".pl"; I had to change it to: my $hints = "perl config/init/hints/" . lc($^O) . ".pl";
I'll carry on editing lines by hand, just though I should mention it. Pete