[Python-bugs-list] [ python-Bugs-416530 ] No notes for building on Mac OS X 10.0

noreply@sourceforge.net noreply@sourceforge.net
Sat, 21 Apr 2001 05:43:53 -0700


Bugs item #416530, was updated on 2001-04-16 14:19
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=416530&group_id=5470

Category: Documentation
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: No notes for building on Mac OS X 10.0

Initial Comment:
In the 'README' file for Python-2.1c2, the 'Platform 
specific notes' section for Mac OS X should be 
amended to include notes for building on Mac OS 
10.0 (as opposed to Mac OS X beta). The 
suggested new words are:

Run configure with "OPT='-no-cpp-precomp' ./
configure --with-suffix=.exe --with-dyld".
This generates executable file: 'python.exe' (it 
cannot be named 'python' on an HFS or HFS+
disk as the file name clashes with directory 
'Python'). The '-no-cpp-precomp' option prevents
a large number of compilation warnings.

All the regression tests succeed except for the 
regular expression test 'test_re'
which fails with a SEGV unless file '_sre.c' has a fix 
to limit the depth of recursion used.
This change (and a suggested fix) has been 
submitted as a bug under request id: 416526.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2001-04-21 05:43

Message:
Logged In: YES 
user_id=21627

I think that configure.in should be corrected to
automatically use the right options, instead of documenting
how to manually pass them.


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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=416530&group_id=5470