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.

classification
Title: "build_ext" "libraries" subcommand not s
Type: Stage:
Components: Distutils Versions: Python 2.2
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Letting "build_ext --libraries" take more than one lib
View: 1326113
Assigned To: Nosy List: dmaurer, facundobatista
Priority: normal Keywords:

Created on 2003-04-07 09:13 by dmaurer, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Messages (3)
msg15395 - (view) Author: Dieter Maurer (dmaurer) Date: 2003-04-07 09:13
The "libraries" command for "build_ext" is definitely one that 
should accept multiple libraries. However, 
this is impossible for both the command line 
as well as the configuration file. 
 
Patch attached. 
msg15396 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2005-01-15 17:46
Logged In: YES 
user_id=752496

Please, could you verify if this problem persists in Python 2.3.4
or 2.4?

If yes, in which version? Can you provide a test case?

If the problem is solved, from which version?

Note that if you fail to answer in one month, I'll close this bug
as "Won't fix".

Thank you! 

.    Facundo
msg15397 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2005-05-30 19:17
Logged In: YES 
user_id=752496

Deprecated. Reopen only if still happens in 2.3 or newer. 

.    Facundo
History
Date User Action Args
2022-04-10 16:08:03adminsetgithub: 38269
2010-11-16 02:23:25eric.araujosetresolution: wont fix -> duplicate
superseder: Letting "build_ext --libraries" take more than one lib
2003-04-07 09:13:14dmaurercreate