Building Perl modules
Gerrit P. Haase
gp@familiehaase.de
Thu Feb 10 12:27:00 GMT 2005
Gerrit P. Haase wrote:
> linda w wrote:
>> > perl -V
>> This is perl, v5.8.6 built for cygwin-thread-multi-64int
>> > perl -e 'for(@INC) {print $_; print "\n";}'
>> /usr/lib/perl5/5.8/cygwin
>> /usr/lib/perl5/5.8
>> /usr/lib/perl5/site_perl/5.8/cygwin
>> /usr/lib/perl5/site_perl/5.8
>> /usr/lib/perl5/site_perl/5.8
>> /usr/lib/perl5/vendor_perl/5.8/cygwin
>> /usr/lib/perl5/vendor_perl/5.8
>> /usr/lib/perl5/vendor_perl/5.8
>> ..
>>
>> ---
>> BTW - why are some of the include dir's included twice?
>
>
> Yes, interesting. I didn't noticed it, I'll try to figure out
> what the reason is unless you can tell me.
It should be:
/usr/lib/perl5/5.8/cygwin
/usr/lib/perl5/5.8
/usr/lib/perl5/site_perl/5.8/cygwin
/usr/lib/perl5/site_perl/5.8
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8/cygwin
/usr/lib/perl5/vendor_perl/5.8
/usr/lib/perl5/vendor_perl
Anyway, this is not related to the build problems of the OP.
Gerrit
--
=^..^=
--
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/
More information about the Cygwin
mailing list