[Python-Dev] compiling python2.5 on linux under wine

tinku99 naveen.garg at gmail.com
Tue Sep 8 07:42:17 CEST 2009


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.



More information about the Python-Dev mailing list