http://www.perlmonks.org?node_id=746361


in reply to Re: Installing modules on Mac OS X
in thread Installing modules on Mac OS X

I'm sorry being noob here, how can I check if I have make installed?

Replies are listed 'Best First'.
Re^3: Installing modules on Mac OS X
by jhourcle (Prior) on Feb 25, 2009 at 21:08 UTC

    From the command line, type:

    which make

    You should get back a response such as /usr/bin/make. If you get back nothing, it's a sign that the system can't figure out where make is installed. You should be able to do a 'which gcc' as well.

Re^3: Installing modules on Mac OS X
by larus (Acolyte) on Feb 25, 2009 at 20:23 UTC
    I installed gcc4.0 from the disk and all the other additional developer's tools. I restarted the computer and tried to install Spreadsheet::WriteExcel via Terminal. No luck, same errors as before. What should I do, please help.