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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=NbdUdCdC+T2U4oVt9Q5gcJfIp4K1crYyJzjPUMSdLmHuQE0bp3saW X2RGTCsmdpKSd99aSiObmKCY7pCyRTXRWK0/eUR8FPwt+HaBo8yaid5CLcIZr3MX M42MfhREribVZIHsaT9fmyPFsg8rcUaSLc4LyrREJTJRlBJfJ43uMo= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=2dwnR2qBF6phkG3EolXa+6YLp28=; b=JpbYqZPW9uLM8bHvRVmfrmr4QYlU ZAFJ7o4galB1oz0lvM/j9xr1GozbDZ9Mlz5jtoxgjaY7ZpepUTuoQH1aH5o/TZcy Y4IiTMuYVPiGOPI5N30IAoi1Lzy1NlHOWPo5GWlCMLGpT1dCegE0CoDjIn2xI1NZ WPnwE84ydy1yHfI= 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=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_LX autolearn=ham version=3.3.1 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/Mojrogwy9Pf0XIpMJFEfq Date: Mon, 10 Jun 2013 22:54:01 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: GCC and symlink are incompatibility on 64-bit windows Message-ID: <20130611025401.GA5553@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) On Tue, Jun 11, 2013 at 10:34:38AM +1000, Lu Sheng wrote: >Hi > >I'm running windows 8 64 -bit, and I installed cygwin 1.7 for I want >to install lxml module of python. >the command as: > >pip install lxml > >during the running it need to run > >E:\cygwin\bin\gcc.exe -mcygwin -mdll -O -Wall -Ic:\users\it-04\appdata\local\tem >p\pip-build-IT-04\lxml\src\lxml\includes -IC:\Python27\include -IC:\Python27\PC >-c src\lxml\lxml.etree.c -o build\temp.win-amd64-2.7\Release\src\lxml\lxml.etree >.o > >when this command run, I will received the error message: > >Unsupported 16-Bit Application > >The program or feature "*****\gcc.exe" cannot start or run due to >incompatibity with 64-bit versions > of Windows. Please contact the software vendor to ask if a 64-bit >Windows compatible version is available. > >I to change the name of gcc-4.exe to gcc.exe and It give me >Incomprehensible error message as below: > >In file included from C:\Python27\include/Python.h:86:0, > > from src\lxml\lxml.etree.c:16: > >C:\Python27\include/intobject.h:46:35: error: expected ??????=??????, ??????,??????, ??????;?????? >, ??????asm?????? or ??????__attribute__?????? before ??????PyInt_AsUnsignedLongLongMask?????? It looks like you're mixing pure-Windows tools with Cygwin tools. Pure Windows tools do not understand Cygwin symlinks. cgf -- 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