[issue5941] customize_compiler broken

Cournapeau David report at bugs.python.org
Tue May 5 11:18:34 CEST 2009


Cournapeau David <david at 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 <report at bugs.python.org>
<http://bugs.python.org/issue5941>
_______________________________________


More information about the Python-bugs-list mailing list