[issue1597850] Cross compiling patches for MINGW

John Stowers report at bugs.python.org
Tue Dec 11 05:14:01 CET 2007


John Stowers added the comment:

I created config.cache and populated it with 
ac_cv_printf_zd_format=yes

before executing the following

./configure --prefix /home/john/jhbuild/win32/build/  
--build=i686-pc-linux-gnuaout --host=i586-pc-mingw32msvc
--target=i586-pc-mingw32msvc --disable-docs --enable-all-warnings 
AR="/usr/bin/i586-mingw32msvc-ar" 
RANLIB="/usr/bin/i586-mingw32msvc-ranlib" 
STRIP="/usr/bin/i586-mingw32msvc-strip" 
AS="/usr/bin/i586-mingw32msvc-as" 
DLLTOOL="/usr/bin/i586-mingw32msvc-dlltool" 
OBJDUMP="/usr/bin/i586-mingw32msvc-objdump" 
NM="/usr/bin/i586-mingw32msvc-nm" 
WINDRES="/usr/bin/i586-mingw32msvc-windres" --config-cache

ac_cv_printf_zd_format=yes ./configure ..... doesn't work either

Is it necessary to rm configure && autoconf ? Im afraid I cant get this
to work...

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1597850>
_____________________________________


More information about the Python-bugs-list mailing list