I am using distutils to comiple/install a c extension created with
SWIG.  However I need to be able to specify the output filename from
gcc.  I tried doing this with the "extra_compile_args" and
"extra_link_args" by setting them equal to "-o MyOutputName.so" but
that didn't work.  Can someone show me how to specify the output name?
Thanks,
Jeremy

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to