X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 From: Hugh Myers Date: Thu, 9 Dec 2010 03:19:02 +0000 Message-ID: Subject: Perl problem under cygwin... To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 I've researched this and found some threads, but no answers. In a nut shell, I get the following: gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"1.06\" -DXS_VERSION=\"1.06\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" Strip.c Strip.xs:2:20: EXTERN.h: No such file or directory Strip.xs:3:18: perl.h: No such file or directory Strip.xs:4:18: XSUB.h: No such file or directory Since the files in question are in fact in the include directory mentioned I'm at a loss to see the error. The above was after the standard Perl Makefile.pl make I ran into this first by way of: cpan HTML::Strip And thought to run the install by hand as a check--- no better (in fact same results) this way. --hsm -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple