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:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=B4NKOA2lop9N+U9y4SSTdetF8CaJ3zriLzXKtzj/qnZ
	oBkM0RLUbdojQfyzylcU4u0RqUHmka5lsz/rqrIgpPfYo7TGML5fZdiQIw7G4Y7j
	aJPa3HHZxuNbm8mfMmfnLKXhTJK7LjCKBj7Z/RrHMCgM/sLrQpMmxUFGEM3ixoz4
	=
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=QlLcRS/klEkvLZcyWKhaTwHOUFo=; b=hTmogZP3AOt0ihGjy
	HkfsCMO3PL7mot7hFr9VSeypecrQA/O2z17vRmfJCrWD0F681phKDfAuBj9vuKGX
	0BE2/JH+2UG+UHBiteh2Fk/6F7Z85VhYWlrzSa2is2XCg+8+I8qLf0XmueJACHPC
	nx2PmgyYQbyo9lM4qGhtsqob28=
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
X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,TW_LX autolearn=ham version=3.3.1
Message-ID: <51B68239.5040505@tlinx.org>
Date: Mon, 10 Jun 2013 18:49:45 -0700
From: Linda Walsh <cygwin@tlinx.org>
User-Agent: Thunderbird
MIME-Version: 1.0
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Re: GCC and symlink are incompatibility on 64-bit windows
References: <CALsFeoyu3UKO6YB2bku-Wfh9uc4GukPg4kW3HTiPOiMyaVJRqg@mail.gmail.com>
In-Reply-To: <CALsFeoyu3UKO6YB2bku-Wfh9uc4GukPg4kW3HTiPOiMyaVJRqg@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

Lu Sheng wrote:

> 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
> 
> I to change the name of gcc-4.exe to gcc.exe and It give me
> Incomprehensible error message as below...

How did you change the name?
Why are you using E:\ in cygwin?

cygwin paths don't have back slash in them.

If you are using the cygwin gcc you need to run from a compatible shell
and give it compatible pathnames since a unix/posix compatible gcc
wouldn't know what to do with all those backslashes...

Are you sure you want to compile or run lxml from cygwin?   It doesn't
sound like you are using the cygwin environment, but are using the windows
environment??



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

