Cournapeau David <da...@ar.media.kyoto-u.ac.jp> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5941>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to