mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
parent
b2877dd122
commit
8449f6b95e
1 changed files with 10 additions and 10 deletions
20
README
20
README
|
|
@ -386,16 +386,16 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
|
||||||
platform as well. This should be resolved in time for a
|
platform as well. This should be resolved in time for a
|
||||||
future release.
|
future release.
|
||||||
|
|
||||||
Mac OS X: You need to add the "-traditional-cpp" option to the
|
Mac OS X 10.0: Run configure with "OPT='-no-cpp-precomp' ./configure
|
||||||
compiler command line for the Mac OS X Public Beta. This is
|
--with-suffix=.exe --with-dyld". This generates executable
|
||||||
appearantly a bug in the default pre-processor, and is
|
file: 'python.exe' (it cannot be named 'python' on an HFS or
|
||||||
expected not to be a problem with future versions. Run
|
HFS+ disk as the file name clashes with directory 'Python').
|
||||||
configure with "OPT='-g -traditional-cpp' ./configure
|
The '-no-cpp-precomp' option prevents a large number of
|
||||||
--with-suffix=.exe --with-dyld" to add this
|
compilation warnings. One of the regular expression tests
|
||||||
option. One of the regular expression tests fails due to the
|
fails with a SEGV due to the small stack size used by default
|
||||||
small stack size used by default (how to change this?), and
|
(how to change this?), and the test_largefile test is only
|
||||||
the test_largefile test is only expected to work on a Unix UFS
|
expected to work on a Unix UFS filesystem (how to check for
|
||||||
filesystem (how to check for this on Mac OS X?).
|
this on Mac OS X?).
|
||||||
|
|
||||||
Cygwin: Cygwin Python builds OOTB when configured as follows:
|
Cygwin: Cygwin Python builds OOTB when configured as follows:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue