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 MrJean1
Recipients MrJean1, mark.dickinson, terry.reedy
Date 2008-06-28.19:53:36
SpamBayes Score 0.04104556
Marked as misclassified No
Message-id <1214682816.92.0.894654527748.issue3167@psf.upfronthosting.co.za>
In-reply-to
Content
Yep, that one works.  As before, using ./configure --without-gcc ...

....
BASECFLAGS=      -xlibmieee
CFLAGS=         $(BASECFLAGS) $(OPT) $(EXTRA_CFLAGS)
# Both CPPFLAGS and LDFLAGS need to contain the shell's value for 
setup.py to
# be able to build extension modules using the directories specified in 
the
# environment variables
CPPFLAGS=       -I. -IInclude -I$(srcdir)/Include 
LDFLAGS=         -xlibmieee
....
History
Date User Action Args
2008-06-28 19:53:37MrJean1setspambayes_score: 0.0410456 -> 0.04104556
recipients: + MrJean1, terry.reedy, mark.dickinson
2008-06-28 19:53:36MrJean1setspambayes_score: 0.0410456 -> 0.0410456
messageid: <1214682816.92.0.894654527748.issue3167@psf.upfronthosting.co.za>
2008-06-28 19:53:36MrJean1linkissue3167 messages
2008-06-28 19:53:36MrJean1create