All it seems to be able to get is the dirs I set in inc_version_list

Ummm ... where/how is the setting of "inc_version_list" done ? (I'd be interested in trying to reproduce the problem, but I don't know what's entailed here. Is it just a matter of editing the inc_version_list entries in config.vc and config_H.vc before building ? Could it be that, if one does alter that value, then one is supposed to also specify the normal lib dirs as well ?)

But it doesn't have C:\pkg\common\lib\perl5\5.12.2 or C:\pkg\common\lib\perl5\site_perl\5.12.2 in @INC

From which I deduce that, in the Win32/Makefile, you've specified INST_ARCH    = \$(ARCHNAME)

I really don't know what I could be missing that would result in the primary lib dirs not being in @INC

It's interesting, however, that *one* of those directories (namely '.') is present.

I would think you could get around the problem by prepending the 2 missing @INC locations to PERL5LIB ... but I guess that's not the point.

Cheers,
Rob

In reply to Re: empty @INC in fresh compile of 5.12.2 on win32 by syphilis
in thread empty @INC in fresh compile of 5.12.2 on win32 by pcard

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.