This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin Perl doesn't seem to include Win32CORE


Yaakov (Cygwin Ports) schrieb:
Reini Urban wrote:
|     /usr/lib/perl5/vendor_perl/5.10
|     /usr/lib/perl5/vendor_perl/5.10

BTW, any reason for this duplication in @INC?

If I would have it found yet, I would have fixed it immediately. It disappeared once, and now it is there again...

I thought the obvious fix is

perl.c:
#ifdef PERL_VENDORLIB_STEM  && defined(PERL_INC_VERSION_LIST)
    /* Search for version-specific dirs below here */
     incpush(PERL_VENDORLIB_STEM, FALSE, TRUE, TRUE, TRUE);
#endif

Because I have PERL_INC_VERSION_LIST disabled now.
--
Reini Urban
http://phpwiki.org/  http://murbreak.at/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]