apt_get works under either Fedora or Debian is an rpm binary installation method.

But Mac OSX does not support apt or rpm as far as I am aware. It is therefore easiest if every dependency is achieved via a tarball source installation that uses make to compile and install from sources.

Make sure that each component uses the right basic library root i.e. if OSX has everything preinstalled in /usr/local/lib then before doing a make install of a component, check that it's going to go to the right place. But generally, if all the products are done by tarball then they tend to agree with each other just as if everything is done with apt and rpm they will also agree with each other. The only proviso is that it also has to agree with how the libraries are preinstalled for Mac OSX.

Windows doesn't have a consistent library architecture - in spite of some common directories for DLLs there just isn't the adherence in general so I'd be inclined to reject Windows as infeasible.

__________________________________________________________________________________

^M Free your mind!


In reply to Re: Free thoughts about Perl development by Moron
in thread Free thoughts about Perl development by tunnuz

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.