[Distutils] extra_compile/link_args : split string before exec

Simon Burton simon at arrowtheory.com
Fri Nov 18 00:27:52 CET 2005


HI,

i just found a nasty bug in my distutils: passing in multiple arguments
to a single element in the extra_link_args list. Those multiple arguments
are not .split() by distutils before exec'ing gcc and so ld was completely
ignoring some essential libs.

I would suggest either adding a .split() into distutils, or at least documenting
this.

Simon.

-- 
Simon Burton, B.Sc.
Licensed PO Box 8066
ANU Canberra 2601
Australia
Ph. 61 02 6249 6940
http://arrowtheory.com 


More information about the Distutils-SIG mailing list