Esteemed monks,

At work I have a full, up-to-date Perl-running version of Panther, Mac OS X 3.

My home machine, not so much, as it's older and slower and short on space.

Yesterday I tried to install HTML::Template on it.

Now, even the out-of-the-box install of Panther has Perl 5.8.1, and will run CPAN. But CPAN fails to install HTML::Template with error message "make had returned bad status, install seems impossible".

So I go to try the install using "make", "make test" and so on.

I don't have "make".

I've never really thought about this before, but I don't even know what "make" is and I have no idea what to do about the fact that it seems to be missing.

Apple's answer is that I should download or obtain the "Developer Tools" CD and install its contents.

I know from experience that will install tons of stuff I don't understand and will never use. See lack of HD space above.

I guess I have a few questions, answers to any of which will be welcome.



($_='kkvvttuubbooppuuiiffssqqffssmmiibbddllffss')
=~y~b-v~a-z~s; print

In reply to OT, sort of: "make" on OSX by Cody Pendant

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.