in reply to Re: /usr/bin/make error on Mac os x
in thread /usr/bin/make error on Mac os x
http://perl5.git.perl.org/perl.git/blob/978b5c81acdd9245251f6182632db23eb26ff2fb:/lib/CPAN.pm
So when CPAN::FirstTime::init() was prompting the OP for values for CPAN::Config, a k sneaked into bin :)4564 $system = join " ", $CPAN::Config->{'make'}, $CPAN::Config->{ +make_arg}; 4565 if (system($system) == 0) { 4566 $CPAN::Frontend->myprint(" $system -- OK\n"); 4567 $self->{'make'} = "YES"; 4568 } else { 4569 $self->{writemakefile} ||= "YES"; 4570 $self->{'make'} = "NO"; 4571 $CPAN::Frontend->myprint(" $system -- NOT OK\n"); 4572 }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: /usr/bin/make error on Mac os x
by Symphesis (Initiate) on Apr 19, 2011 at 20:58 UTC | |
by Anonymous Monk on Apr 21, 2011 at 16:04 UTC |