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 cdavid
Recipients cdavid, tarek
Date 2009-05-05.09:18:33
SpamBayes Score 0.008888324
Marked as misclassified No
Message-id <1241515114.58.0.798620662364.issue5941@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Tarek,

Yes, I have a simple example, which show both 5940 and 5941 bugs:

"""
from distutils.core import setup

# How to install libfoo.a/foo.lib in say pkg_dir/lib ?
setup(name='yo', libraries=[('foo', {'sources': ['foo.c']})])
"""

foo.c can be an empty file.
History
Date User Action Args
2009-05-05 09:18:34cdavidsetrecipients: + cdavid, tarek
2009-05-05 09:18:34cdavidsetmessageid: <1241515114.58.0.798620662364.issue5941@psf.upfronthosting.co.za>
2009-05-05 09:18:33cdavidlinkissue5941 messages
2009-05-05 09:18:33cdavidcreate