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 rpetrov
Recipients collinwinter, jyasskin, rpetrov, tarek
Date 2009-03-26.20:49:55
SpamBayes Score 4.747553e-06
Marked as misclassified No
Message-id <1238100597.2.0.169822223267.issue5572@psf.upfronthosting.co.za>
In-reply-to
Content
The LIBS contain all module dependent libraries, libpython is linked
with LIBS, modules are linked with libpython.
May be I miss something but I could not found why distutils has to use
LIBS to link a module.
History
Date User Action Args
2009-03-26 20:49:57rpetrovsetrecipients: + rpetrov, collinwinter, jyasskin, tarek
2009-03-26 20:49:57rpetrovsetmessageid: <1238100597.2.0.169822223267.issue5572@psf.upfronthosting.co.za>
2009-03-26 20:49:56rpetrovlinkissue5572 messages
2009-03-26 20:49:55rpetrovcreate