[Python-Dev] compiling python2.5 on linux under wine (original) (raw)
tinku99 naveen.garg at gmail.com
Tue Sep 8 07:42:17 CEST 2009
- Previous message: [Python-Dev] Numeric alignment issue with PEP 3101
- Next message: [Python-Dev] [Distutils] Static metadata using setup.cfg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
aren't you better off just cross compiling under mingw? You don't even really need to do that... you can just dynamically load the brebuilt windows python libraries in your wine apps... wine is for running windows apps on linux, not for cross compiling... wine itself uses the mingw cross compiler when necessary from my understanding. winelib is for creating elf binaries, not windows binaries...
View this message in context: http://www.nabble.com/compiling-python2.5-on-linux-under-wine-tp21270106p25340242.html Sent from the Python - python-dev mailing list archive at Nabble.com.
- Previous message: [Python-Dev] Numeric alignment issue with PEP 3101
- Next message: [Python-Dev] [Distutils] Static metadata using setup.cfg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]