[Python-Dev] Need some configure eyeballs and testing (original) (raw)

John Hunter jdhunter@ace.bsd.uchicago.edu
Wed, 20 Nov 2002 16:11:13 -0600


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

John> Tomorrow I may get a chance to test it on an old IRIX box.
John> It'll probably take a day to compile though, if I'm lucky.

Skip> This should be an interesting build.  Something like

godot:~/python/dist/src % uname -a IRIX godot 6.5 04191225 IP22

godot:/usr/local/bin % cc -version MIPSpro Compilers: Version 7.30

unpatched:

OPT= -DNDEBUG -O -OPT:Olimit=0

patched:

OPT= -OPT:Olimit=0 -DNDEBUG -O BASECFLAGS= -OPT:Olimit=0

(can't make it now -- the damned compiler license has expired. I'm downloading an IRIX 6.5 gcc binary now)

John Hunter