X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:from:to:references:in-reply-to
	:subject:date:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=slUINAwhuW66rZnr
	ST/Fy3voEbsWGaNQ/Hwh4SH8/HTGl2molFg4kSt4kDAdIz+QXxVMzog1fI9V13o2
	Y/eoQBUiF+gi5gweDxDYeVouvEnUK6byAUln7b0l+5XaBXfRvATXtVi9eNm1CXei
	TA35bL5H8UZH+hPRYq3As+XSXX4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:from:to:references:in-reply-to
	:subject:date:mime-version:content-type
	:content-transfer-encoding; s=default; bh=YUYb+hZTCgT9UKt1tT7ptP
	FjNhw=; b=D5KDAP+KC+db8G01cwt/NRH7jEIGCXGUOWu5dBPHdhpSMWwFu8IPom
	ZWHHabLv8sxr5Sat6UJMv4YjIIPERY1FYBHlidxLkwlC+yMIZ5SnkHRMOim1KWrm
	vvctxbV76D5nGBLBIphpO8sxl2hGHIorwNT9Dv8SZZ1/lZrztjm/Y=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail106.syd.optusnet.com.au
Message-ID: <18BF1E9DCE524175BCF1593ED61D04DD@OwnerPC311012>
From: <sisyphus1@optusnet.com.au>
To: <cygwin@cygwin.com>, "Soren Hein" <soren.hein@gmail.com>
References: <loom.20140609T104457-8@post.gmane.org>
In-Reply-To: <loom.20140609T104457-8@post.gmane.org>
Subject: Re: Linking to multi-threaded MinGW DLL from Cygwin
Date: Mon, 9 Jun 2014 19:43:27 +1000
MIME-Version: 1.0
Content-Type: text/plain;	format=flowed;	charset="iso-8859-1";	reply-type=original
Content-Transfer-Encoding: 7bit
X-Optus-CM-Score: 0
X-Optus-CM-Analysis: v=2.1 cv=QIpRGG7L c=1 sm=1 tr=0	a=8e8rgZJuizJfF74+JHJpGg==:117 a=8e8rgZJuizJfF74+JHJpGg==:17	a=PO7r1zJSAAAA:8 a=CI9Lr64sxYsA:10 a=8nJEP1OIZ-IA:10	a=G39uCUE8f1zYmDrmYyAA:9 a=wPNLvfGTeEIA:10
X-IsSubscribed: yes

-----Original Message----- 
From: Soren Hein

> When compiling the XS code, there is a flag that I don't understand called
>
> "-I/usr/lib/perl5/5.14/686-cygwin-threads-64int/CORE"

That just adds /usr/lib/perl5/5.14/686-cygwin-threads-64int/CORE to the list 
of directories that will be searched, looking for header files (that have 
been #include 'd in the code).

That's the location where the perl headers (such as perl.h and xsub.h) 
reside, and XS code normally #include 's those headers .

Cheers,
Rob 


--
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

