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 tarek
Recipients collinwinter, jyasskin, rpetrov, tarek
Date 2009-05-04.14:07:56
SpamBayes Score 1.2834673e-08
Marked as misclassified No
Message-id <1241446078.57.0.999008385553.issue5572@psf.upfronthosting.co.za>
In-reply-to
Content
> May be I miss something but I could not found why distutils 
> has to use LIBS to link a module.

It doesn't right now, but depending on the extension you want to build,
you might want to configure it and make sure it is passed to the compiler.

About the patch:

is there a particular reason why you have changed the call to
'set_library' into calls to 'add_library' in build_ext in your patch ?
History
Date User Action Args
2009-05-04 14:07:59tareksetrecipients: + tarek, collinwinter, jyasskin, rpetrov
2009-05-04 14:07:58tareksetmessageid: <1241446078.57.0.999008385553.issue5572@psf.upfronthosting.co.za>
2009-05-04 14:07:56tareklinkissue5572 messages
2009-05-04 14:07:56tarekcreate