in reply to Re^3: How do you install Perl modules on a Mac?
in thread How do you install Perl modules on a Mac?

I've installed the developer tools, but it seems to have saved the fact that I didn't give it a path to my make program. How would I go about changing/recalibrating it so that I could fix that?
  • Comment on Re^4: How do you install Perl modules on a Mac?

Replies are listed 'Best First'.
Re^5: How do you install Perl modules on a Mac?
by mattk (Pilgrim) on Jul 08, 2005 at 02:40 UTC
    cpan> o conf make '/path/to/make'
      Alright, have fixed that. However, now whenever I try to download a module, it will say:

      Writing Makefile for ModuleName
      -- NOT OK

      Anyone have any ideas on what I've done wrong and how to fix it?
        do it manually