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 ikruusa
Recipients
Date 2003-08-06.07:23:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=835078

I found a reason for this anomaly and all others too with my
Python 2.3- before compiling I did 'export OPT=$CFLAGS' and
among other things my CFLAGS contained also '-fomit-frame
pointer -malign-double'. With these the 'make test' will
fail right at the beginning. (platform - RH 9.0, gcc 3.2.2).
Sorry if this case about CFLAGS is in FAQ or in manual
somewhere :)
History
Date User Action Args
2007-08-23 14:15:44adminlinkissue782752 messages
2007-08-23 14:15:44admincreate