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 mark.dickinson
Recipients MrJean1, loewis, mark.dickinson, skip.montanaro, terry.reedy
Date 2008-06-29.08:37:24
SpamBayes Score 0.027593581
Marked as misclassified No
Message-id <1214728645.19.0.998432860558.issue3167@psf.upfronthosting.co.za>
In-reply-to
Content
> LDFLAGS=-xlibmieee ./configure ...

I guess that should probably be:

LDFLAGS="-Xlinker -xlibmieee" ./configure
History
Date User Action Args
2008-06-29 08:37:25mark.dickinsonsetspambayes_score: 0.0275936 -> 0.027593581
recipients: + mark.dickinson, loewis, skip.montanaro, terry.reedy, MrJean1
2008-06-29 08:37:25mark.dickinsonsetspambayes_score: 0.0275936 -> 0.0275936
messageid: <1214728645.19.0.998432860558.issue3167@psf.upfronthosting.co.za>
2008-06-29 08:37:24mark.dickinsonlinkissue3167 messages
2008-06-29 08:37:24mark.dickinsoncreate