Building Perl modules

Alejandro Calbazana acalbaza@calbazana.com
Fri Feb 11 09:35:00 GMT 2005


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/



More information about the Cygwin mailing list