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

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.

Replies are listed 'Best First'.
Re^3: empty @INC in fresh compile of 5.12.2 on win32
by Anonymous Monk on Oct 15, 2010 at 07:11 UTC
        Whole source tree diff
        diff -ru perl-5.12.2-clean perl-5.12.2-build >the.patch
        or if you're building from a git enviroment,
        git diff >the.patch
        I've looked over your reverse patches , but nothing jumps out