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: <420BC79B.3080807@calbazana.com> Date: Thu, 10 Feb 2005 15:44:11 -0500 From: Alejandro Calbazana 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> <420A7F90 DOT 3040801 AT calbazana DOT com> <20050210201149 DOT GB3728 AT efn DOT org> In-Reply-To: <20050210201149.GB3728@efn.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ibiza.micfo.com X-AntiAbuse: Original Domain - cygwin.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - calbazana.com X-Source: X-Source-Args: X-Source-Dir: X-IsSubscribed: yes Note-from-DJ: This may be spam Yes. I can read them w/o any problems: $ more /usr/lib/perl5/5.8/cygwin/CORE/EXTERN.h /* EXTERN.h * * Copyright (C) 1991, 1992, 1993, 1995, 1996, 1997, 1998, 1999, * 2000, 2001, by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * */ /* * EXT designates a global var which is defined in perl.h * dEXT designates a global var which is defined in another * file, so we can't count on finding it in perl.h * (this practice should be avoided). */ #undef EXT #undef dEXT #undef EXTCONST #undef dEXTCONST ... Thanks, Alejandro Yitzchak Scott-Thoennes wrote: >On Wed, Feb 09, 2005 at 04:24:32PM -0500, Alejandro Calbazana wrote: > > >>That's what puzzles me... All the files gcc claims are missing exist in >>my include path '/usr/lib/perl5/5.8/cygwin/CORE'. This path does exist >>on my install. >> >> >>$ pwd >>/usr/lib/perl5/5.8/cygwin/CORE >> >> >>$ ls -lrt | grep EXTERN.h >>-rwxrwxrwx 1 acalbaza mkgroup-l-d 1751 Jan 27 06:46 EXTERN.h* >>-rwxrwxrwx 1 acalbaza mkgroup-l-d 129835 Jan 27 06:46 perl.h* >>-rwxrwxrwx 1 acalbaza mkgroup-l-d 17922 Jan 27 06:46 XSUB.h* >>-rwxrwxrwx 1 acalbaza mkgroup-l-d 4641 Jan 27 06:46 patchlevel.h* >>... >> >> > > >And can you read them with e.g. less /usr/lib/perl5/5.8/cygwin/CORE/EXTERN.h ? > >Do you maybe have a non-cygwin gcc in your path? > >-- >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/ > > > > > > -- 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/