in reply to /usr/bin/make error on Mac os x

Hi,
Try and find out where that silly "/usr/bink/make" is coming from. Line 4565 of /System/Library/Perl/5.8.8/CPAN.pm looks a likely starting place.

Not that I know anything about Macs, but I expect that if you can get "bink" replaced with "bin", you'll have the problem licked.

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: /usr/bin/make error on Mac os x
by Anonymous Monk on Apr 19, 2011 at 06:30 UTC
      I found this section of the code without problem, but I'm very bad with code. Do I need to add something or delete something? I used the search function, but I couldn't find any "bink" sections in the code. I'm sorry I'm so lost. I appreciate your help.
        You could reinitialize your config by calling CPAN::FirstTime::init() , something like
        perl -MCPAN::FirstTime -e ' CPAN::FirstTime::init() '