in reply to empty @INC in fresh compile of 5.12.2 on win32

If I run this after nmake and nmake install on win32 (XP), compiled with VC++ 6.0 SP5 PP5

But what did you do before ? Please provide a diff ..... incpath

C:\pkg\src>perl5.12.2 -le "print for @INC" C:\pkg\common\lib\perl5\site_perl/5.12.0\MSWin32-x86-multi-thread

Which perl are you executing? The one you installed, or the one in the build directory?

Replies are listed 'Best First'.
Re^2: empty @INC in fresh compile of 5.12.2 on win32
by pcard (Initiate) on Oct 15, 2010 at 05:32 UTC
    That output was from the one in the install directory. The one in the src dir gives the same thing, with one difference:

    C:/pkg/src/perl-5.12.2/lib just before C:\pkg\common\lib\perl5\site_perl/5.12.0\MSWin32-x86-multi-thread


    So basically, I can run

    C:\pkg\src\perl-5.12.2\perl.exe -V

    just fine, but running

    C:\pkg\all\perl-5.12.2\bin\MSWin32-x86-multi-thread\perl.exe -V

    results in:

    Can't locate Config.pm in @INC...


    Thanks for any more insight.