in Apache/Build.pm:make_tools the code goes:

require ExtUtils::MakeMaker;
my $mm = bless { @mm_init_vars }, 'MM';
$mm->init_others;

for (qw(rm_f mv ld ar cp test_f)) {

but LD and AR are initialized by $mm->init_main according to the ExtUtils::MM_Unix manpage. Shouldn't it be called too along with $mm->init_others? I suppose that it worked so far because $Config{ld} and $Config{ar} were defined;

__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@;stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to