in reply to Re: Make not working in CPAN shell on OSX
in thread Make not working in CPAN shell on OSX
anyways.. I found the problem.
I did a 'whereis make' .. and realized that there is no make in /usr/binThen, out of curiosity, I did a 'whereis gcc' .. and realized no gcc either in /usr/bin
Oddly, I have Xcode installed and these (gcc and make) exist in /Developer/usr/binThen I tried to 'look Spreadsheet::WriteExcel' (in CPAN shell) and tried to do the manual install steps of
perl Makefile.PL
|
|---|