[Patches] [ python-Patches-640843 ] Fix breakage caused when user sets OPT

noreply@sourceforge.net noreply@sourceforge.net
Wed, 01 Jan 2003 12:09:22 -0800


Patches item #640843, was opened at 2002-11-19 12:05
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=640843&group_id=5470

Category: Build
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Skip Montanaro (montanaro)
Assigned to: Skip Montanaro (montanaro)
Summary: Fix breakage caused when user sets OPT

Initial Comment:
The attached patch tries to fix the problems caused by 
overloading OPT in ./configure.  The problem is that OPT contains 
two different kinds of information, optimization/debug flags and 
other flags which are required to get code to simply compile.  If 
you override OPT when running configure or make, you may wipe 
out compiler flags necessary to simply compile the interpreter.

This needs some testing.

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

>Comment By: Skip Montanaro (montanaro)
Date: 2003-01-01 14:09

Message:
Logged In: YES 
user_id=44345

Checked in as:

    Makefile.pre.in 1.108
    configure 1.373
    configure.in 1.384
    setup.py 1.132
    Misc/NEWS 1.588


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

Comment By: Skip Montanaro (montanaro)
Date: 2002-12-31 11:02

Message:
Logged In: YES 
user_id=44345

Latest version.  It's a monster patch only because I included the diffs for configure.  Other than the addition of a blurb to Misc/NEWS I'm not sure there's any difference from my November patch.  There are a couple unrelated lines in setup.py to search the fink directories on Darwin.


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

Comment By: Skip Montanaro (montanaro)
Date: 2002-11-19 20:27

Message:
Logged In: YES 
user_id=44345

dang opera seems to be having file upload problems.  Guess it's back to 
Exploder...  You should be able to trim the binary garbage from the start 
and end of the file and get a clean patch.  The first word should be 
"Index" and the last line should end in "@LDLAST@"

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

Comment By: Skip Montanaro (montanaro)
Date: 2002-11-19 20:25

Message:
Logged In: YES 
user_id=44345

uploading new context diff - forgot to rerun autoconf after the
last change to 
configure.in... :-(

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

Comment By: Skip Montanaro (montanaro)
Date: 2002-11-19 20:24

Message:
Logged In: YES 
user_id=44345

uploading new context diff - forgot to rerun autoconf after the
last change to 
configure.in... :-(

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=640843&group_id=5470