Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Installing modules on Mac OS X

by jhourcle (Prior)
on Feb 25, 2009 at 19:31 UTC ( [id://746359]=note: print w/replies, xml ) Need Help??


in reply to Installing modules on Mac OS X

Do you have make installed?

You likely need to install the developer tools, which are on the OS disk, but not installed by default. And don't forget to install the "BSD Subsystem", so you'll have the perl header files.

Replies are listed 'Best First'.
Re^2: Installing modules on Mac OS X
by larus (Acolyte) on Feb 25, 2009 at 19:34 UTC
    I'm sorry being noob here, how can I check if I have make installed?

      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.

      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://746359]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-19 11:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found