X-Recipient: archive-cygwin AT delorie DOT 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:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=LP6lHMlccKEibwBXiQNdwHngkBgfirPlCPJTOG6D4hC soMlQjNFXAsonwQQtcZCCkAygT46Dr8UunqQxAxa5I617j1PsY3F9rGCvOVIdg5W UcoEc+3gPF5TaL0JkXBMl1F8Blz7uM7gnz//VK6GtsdcO0jeqXEOGyXLhZIO69po = 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:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=dMHZIz1AiGg8RZc9e8zIEzUm6iU=; b=AzWab/KtCYGgLSMaK F2Koey7suNOKHzRCCaSNP2UASw52hiLVllXE7gfW/7nvQh0SH2YEOWjp03UjF+DY +cUdMs2Uo+WilJ4MmhRBQBvll8uKIRMqN240Xqb/CKbCinwaehSxNAeUZ1BgrPot MAljZBQ/igTbJXXkb3M2S2Sf9g= 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 X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 X-Received: by 10.66.126.11 with SMTP id mu11mr24339475pab.81.1371056656336; Wed, 12 Jun 2013 10:04:16 -0700 (PDT) Message-ID: <51B8AA0F.3040300@users.sourceforge.net> Date: Wed, 12 Jun 2013 12:04:15 -0500 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [64bit] Xlib.h not available in cross-compile-to-self usage References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2013-06-12 02:37, Arthur Norman wrote: > On a 32-bit cygwin I get > $ uname -a > CYGWIN_NT-6.1-WOW64 panamint 1.7.20(0.266/5/3) 2013-06-07 11:11 i686 Cygwin > $ find /usr -name Xlib.h -print > /usr/include/X11/Xlib.h > /usr/x86_64-pc-cygwin/sys-root/usr/include/X11/Xlib.h > /usr/lib/perl5/vendor_perl/5.14/i686-cygwin-threads-64int/Tk/pTk/Xlib.h > > and using either gcc or x86_64-pc-cygwin-gcc I can build X apps, but if > I use i686-pc-cygwin-gcc I have some of the X headers but not (eg) Xlib.h. Correct; there is no cygwin32-libX11 for x86_64 yet. What are you trying to cross-compile, and what other libraries do you think you are going to need? Yaakov -- 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