[Python-bugs-list] [Bug #130165] Python 2.1a1 Makefile changed OPT value not used in module c

noreply@sourceforge.net noreply@sourceforge.net
Fri, 26 Jan 2001 07:45:47 -0800


Bug #130165, was updated on 2001-Jan-26 06:46
Here is a current snapshot of the bug.

Project: Python
Category: None
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : akuchling
Summary: Python 2.1a1 Makefile changed OPT value not used in module c

Details: When the top level "Makefile" value used for the variable "OPT" is
changed
after executing "configure", that new value is used to compile "python",
but is *not* used during the compilation of the modules.


Follow-Ups:

Date: 2001-Jan-26 07:45
By: nascheme

Comment:
Hmm, perhaps the makefile could pass OPT to the distutils
setup.py script.  Andrew knows better than I how to solve
this.

-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=130165&group_id=5470