Re: GCC and symlink are incompatibility on 64-bit windows

2013-06-12 Thread Christopher Faylor
On Wed, Jun 12, 2013 at 03:13:32PM +1000, Lu Sheng wrote: >Thank you for your help. I currently using official binaries lxml, thanks. Maybe you're not getting this. You are not using an official Cygwin lxml since there is no official Cygwin lxml. If the program isn't built for Cygwin it won't un

Re: GCC and symlink are incompatibility on 64-bit windows

2013-06-11 Thread Lu Sheng
Thank you for your help. I currently using official binaries lxml, thanks. -- 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

Re: GCC and symlink are incompatibility on 64-bit windows

2013-06-11 Thread Eric Lilja
On 2013-06-11 04:31, Lu Sheng wrote: Are you sure you want to compile or run lxml from cygwin? no I want run lxml in windows, but the lxml only have linux library, I tried windows library, but the liblxml could not compile correctly in Visual studio I use lxml for Windows python a lot. You can

Re: GCC and symlink are incompatibility on 64-bit windows

2013-06-10 Thread Linda Walsh
Lu Sheng wrote: how can I use cygwin tools, if I want to compile the object file in cygwin and invoke it in windows python? If you compile under cygwin, you are designing it to run under posix (linux like environment) -- not under windows. If you want it to run under window you need to use

Re: GCC and symlink are incompatibility on 64-bit windows

2013-06-10 Thread Lu Sheng
how can I use cygwin tools, if I want to compile the object file in cygwin and invoke it in windows python? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwi

Re: GCC and symlink are incompatibility on 64-bit windows

2013-06-10 Thread Christopher Faylor
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:\

Re: GCC and symlink are incompatibility on 64-bit windows

2013-06-10 Thread Lu Sheng
How did you change the name? I change the name in windows 8. Why are you using E:\ in cygwin? I am not running in cygwin. it is running cmd in window 8 as I want install a plugin for python in windows. How can I set the virtualenv module of python to make the pip command run as in cygwin environm

Re: GCC and symlink are incompatibility on 64-bit windows

2013-06-10 Thread Linda Walsh
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 rece