This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nzjrs
Recipients hanwen, janneke-sf, loewis, nzjrs, rmt38, scott.tsai
Date 2007-12-11.04:14:01
SpamBayes Score 0.27211773
Marked as misclassified No
Message-id <1197346441.71.0.806745185273.issue1597850@psf.upfronthosting.co.za>
In-reply-to
Content
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...
History
Date User Action Args
2007-12-11 04:14:02nzjrssetspambayes_score: 0.272118 -> 0.27211773
recipients: + nzjrs, loewis, hanwen, janneke-sf, rmt38, scott.tsai
2007-12-11 04:14:01nzjrssetspambayes_score: 0.272118 -> 0.272118
messageid: <1197346441.71.0.806745185273.issue1597850@psf.upfronthosting.co.za>
2007-12-11 04:14:01nzjrslinkissue1597850 messages
2007-12-11 04:14:01nzjrscreate