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

noreply@sourceforge.net noreply@sourceforge.net
Sun, 28 Jan 2001 19:19:13 -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-28 19:19
By: nobody

Comment:
I can't replicate this; when I edit the Makefile, the new OPT setting
is picked up by the setup script.  Does it still happen with the current
CVS version?
-------------------------------------------------------

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