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, gregory.p.smith, loewis, theller
Date 2008-04-06.14:05:22
SpamBayes Score 0.015621871
Marked as misclassified No
Message-id <1207490723.4.0.346832933812.issue2552@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed.  In addition, gcc -v writes to stderr and catching the output 
requires redirecting stderr or using os.popen3 or -4.  The latter fail 
since the select module (needed by subprocess) is still missing at that 
time.

Going back to Thomas' comments and before getting into implementation 
details, the best way to address the issue might be the following.

If the compiler is not gcc then config option --with-system-ffi *must* 
be specified (and a libffi library must exist).

If option --with-system-ffi is not specified and if the compiler is not 
gcc, raise an error.
History
Date User Action Args
2008-04-06 14:05:23MrJean1setspambayes_score: 0.0156219 -> 0.015621871
recipients: + MrJean1, loewis, theller, gregory.p.smith
2008-04-06 14:05:23MrJean1setspambayes_score: 0.0156219 -> 0.0156219
messageid: <1207490723.4.0.346832933812.issue2552@psf.upfronthosting.co.za>
2008-04-06 14:05:22MrJean1linkissue2552 messages
2008-04-06 14:05:22MrJean1create