I have no mt.exe on my windows system and wrote a config probe to check it.
Can you please check my branch gh832_has_mt or report a good output for mt.exe, like mt.exe /help or /version or such. I just did: + my $mt_output = `mt.exe /help` || ''; + my $has_mt = $mt_output =~ m/manifest/; # TODO untested + $conf->data->set( has_mt => $has_mt ? 1 : 0); -- Reini Urban http://cpanel.net/ http://www.perl-compiler.org/ _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev