[Python-Dev] Need some configure eyeballs and testing

John Hunter jdhunter@ace.bsd.uchicago.edu
Tue, 19 Nov 2002 20:48:11 -0600


>>>>> "Skip" == Skip Montanaro <skip@pobox.com> writes:

    Skip> Comparing the old OPT with the new OPT+BASECFLAGS Makefile
    Skip> variables should give you a good idea if I got things right
    Skip> (if they add up to the same flags before and after, you're
    Skip> golden).

OK, now I have a better idea of what you need.  

On the SunOS 5.8 sparc SUNW,Ultra-5_10 platform with gcc 2.95.3, the
two flags add up.

Patched:

  OPT=             -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
  BASECFLAGS=     

Un-patched:

  OPT=            -DNDEBUG -g -O3 -Wall -Wstrict-prototypes

I'll let you know if I have any luck on the IRIX box.  May god have
mercy on my soul.

John Hunter