Thanks rinceWind. I get the same result when attempting to install by hand.

root@blah [/.cpan/build/Data-Dumper-2.121]> perlgcc Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Data::Dumper root@blah [/.cpan/build/Data-Dumper-2.121]> make make: Fatal error: Don't know how to make target `/usr/perl5/5.6.1/lib +/sun4-solaris-64intConfig.pm'

It would appear that something rather odd is going on when using perlgcc as I cannot install pure Perl modules either. I attempted a manual install of Config::Tiny just to test it out. I get the same error.

root@blah [/opt/installs/Config-Tiny-2.08]> perlgcc Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Config::Tiny root@blah [/opt/installs/Config-Tiny-2.08]> make make: Fatal error: Don't know how to make target `/usr/perl5/5.6.1/lib +/sun4-solaris-64intConfig.pm'

So, I've since learned that we do have Sun's cc compiler, we just didn't have it installed. So, the powers that be are installing it as we speak. That should solve my problem. Since kinda curious as to why perlgcc didn't work but I think that's a research project for another day :-)

Many thanks for taking the time to give me a hand.

-- vek --

In reply to Re^2: Solaris::PerlGcc by vek
in thread Solaris::PerlGcc by vek

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.