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, mark.dickinson, terry.reedy
Date 2008-06-28.17:00:48
SpamBayes Score 2.8171733e-06
Marked as misclassified No
Message-id <1214672450.21.0.527331457826.issue3167@psf.upfronthosting.co.za>
In-reply-to
Content
> Keep in mind also, these Python builds are compiled with the SUN 
> compilers, i.e. the ./configure command line includes  --without-gcc.  
> If we do change the CC- and LINKFLAGS, those changes should only apply 
> in that particular case.

Right.  That's the purpose of the 'if's and 'case' tests in the 
configure patch.  The test "$CC"=cc should exclude these changes from 
being applied when the C compiler is gcc.

Do you happen to know which versions of Solaris support the -xlibmieee 
flag?  Is it new in Solaris 10?
History
Date User Action Args
2008-06-28 17:00:50mark.dickinsonsetspambayes_score: 2.81717e-06 -> 2.8171733e-06
recipients: + mark.dickinson, terry.reedy, MrJean1
2008-06-28 17:00:50mark.dickinsonsetspambayes_score: 2.81717e-06 -> 2.81717e-06
messageid: <1214672450.21.0.527331457826.issue3167@psf.upfronthosting.co.za>
2008-06-28 17:00:49mark.dickinsonlinkissue3167 messages
2008-06-28 17:00:49mark.dickinsoncreate