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=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 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=-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 User-Agent: Thunderbird MIME-Version: 1.0 To: "cygwin AT cygwin DOT com" Subject: Re: GCC and symlink are incompatibility on 64-bit windows References: In-Reply-To: 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