Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <420A85C7.7090001@tlinx.org> Date: Wed, 09 Feb 2005 13:51:03 -0800 From: linda w User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Building Perl modules References: <420A48BD DOT 3040103 AT calbazana DOT com> <20050209181033 DOT GA3792 AT sesa DOT net> <420A539C DOT 6080300 AT calbazana DOT com> <20050209193140 DOT GB3792 AT sesa DOT net> In-Reply-To: <20050209193140.GB3792@sesa.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes If the current cygwin version of perl is 5.8.6, will the 5.8.5 directory be used? If I print out @INC from my cygwin perl, I don't see 5.8.5 or 5.8.6 in the include path: > 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? Olaf Föllinger wrote: >All the missing files reside here in >/usr/lib/perl5/5.8.5/cygwin-thread-multi-64int/CORE. Maybe this path is >the right one for your inlcude section. The path mentioned above doesn't >exist here. > -- 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/