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:subject:date:content-type
	:content-transfer-encoding:mime-version; q=dns; s=default; b=yPA
	/VqUqx1pmqaxL7svT3vy89VLjz4sU5OfrALC5pbUYYhPBCvzE9NSYzqxRaWkVl+c
	f7b28DASRcvMTaYYooVHLr2SPj6tIuC7FWKHcQS+x3lGTsRBp9dfNiM0/kMpKajC
	i+ka4o3Pu5LZheHbKu9kHfK4aM9BrSye6UgXY7sA=
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:subject:date:content-type
	:content-transfer-encoding:mime-version; s=default; bh=UGaod+Z2J
	pOPD+itgH/kWOFnxsA=; b=fpxOOTEi2RW3gcMzUiPf0E291p8+SQVyA2S2QuW87
	gogK/OWcHITAstfpI9d5H1hZ+xFmbgzzcGfheaMS9f+AJ9l2JPbO1Oj4u1nh/Dsa
	78A1nOPl7KB4JQL9YIfPoV+6YKum+EqnZhhVdEbBWHuLRn4sLEwurh18VazSQAbw
	U0=
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-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2
X-HELO: dub0-omc1-s30.dub0.hotmail.com
X-TMN: [duxNOItApWZUmcxevkb82G9MzQHGJ/YO]
Message-ID: <DUB119-W24E9DB5436D335327682D2C8120@phx.gbl>
From: Sonya Blade <sonyablade2010@hotmail.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Installation of X11 on Windows 8
Date: Sun, 6 Oct 2013 18:11:45 +0100
Content-Type: text/plain; charset="windows-1254"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id r96HC0po009107

Dear All,

I'm supposed to obtain the X11 library in the cygwin setup and all the 
related binaries under the X11 folder during the configuration from
cygwin download terminal. BUt I never get X11.dll or X11.a files after 
download and installation. 

Actually this X11 dependecy arises when I try to compile the Petsc library 
I don't know where Petsc uses X11 libraries but requires it during 
compilation. If it'S not provided then the following errors are are reported

Your help will be appreciated,

undefined reference to `XSetForeground'
/cygdrive/d/TEST_FOLDER_asus/petsc-3.4.2/src/sys/classes/draw/impls/x/xops.c:94: undefined reference to `XDrawPoint'
..\..\..\..\petsc-3.4.2\arch-mswin-c-debug\lib\libpetsc.a(xops.c.o): In function `PetscDrawPointPixel_X':
/cygdrive/d/TEST_FOLDER_asus/petsc-3.4.2/src/sys/classes/draw/impls/x/xops.c:107: undefined reference to `XSetForeground'
/cygdrive/d/TEST_FOLDER_asus/petsc-3.4.2/src/sys/classes/draw/impls/x/xops.c:108: undefined reference to `XDrawPoint'
..\..\..\..\petsc-3.4.2\arch-mswin-c-debug\lib\libpetsc.a(xops.c.o): In function `PetscDrawRectangle_X':
/cygdrive/d/TEST_FOLDER_asus/petsc-3.4.2/src/sys/classes/draw/impls/x/xops.c:120: undefined reference to `XSetForeground'
/cygdrive/d/TEST_FOLDER_asus/petsc-3.4.2/src/sys/classes/draw/impls/x/xops.c:125: undefined reference to `XFillRectangle' 		 	   		  

