Kaydet (Commit) cc55c2d2 authored tarafından Guido van Rossum's avatar Guido van Rossum

Changes in description of NeXT options. Fixed reference to newsgroup

(above instead of below).
üst 8bcf369c
...@@ -174,9 +174,8 @@ SunOS: On SunOS 4.x, when using the native "cc" compiler, you have to ...@@ -174,9 +174,8 @@ SunOS: On SunOS 4.x, when using the native "cc" compiler, you have to
overcome the limitation to pre-ANSI C. (Or, of course, you overcome the limitation to pre-ANSI C. (Or, of course, you
could get gcc :-). could get gcc :-).
NeXT: Some more changes are in the works, but were submitted too NeXT: To build fat binaries, use the --with-next-archs switch
late to make it to beta2. You may want to remove "-Wall" from described below.
the OPT variable, for instance, unless you are a masochist.
Configuring additional built-in modules Configuring additional built-in modules
...@@ -380,7 +379,7 @@ Parser/myreadline.o. ...@@ -380,7 +379,7 @@ Parser/myreadline.o.
--with-next-archs='arch1 arch2': Under NEXTSTEP, this will build --with-next-archs='arch1 arch2': Under NEXTSTEP, this will build
all compiled binaries with the architectures listed. Includes all compiled binaries with the architectures listed. Includes
correctly setting the target architecture specific resource correctly setting the target architecture specific resource
directory. directory. (This option is not supported on other platforms.)
--with-libs='libs': Add 'libs' to the LIBS that the python --with-libs='libs': Add 'libs' to the LIBS that the python
linked against. linked against.
...@@ -528,7 +527,7 @@ Bug reports ...@@ -528,7 +527,7 @@ Bug reports
----------- -----------
Bugs are best reported to the comp.lang.python newsgroup or the Python Bugs are best reported to the comp.lang.python newsgroup or the Python
mailing list -- see the section "Newsgroup and mailing list" below. mailing list -- see the section "Newsgroup and mailing list" above.
Before posting, check the newsgroup archives (see above) to see if Before posting, check the newsgroup archives (see above) to see if
your bug has already been reported! If you specifically don't want to your bug has already been reported! If you specifically don't want to
involve the newsgroup or mailing list, send them to involve the newsgroup or mailing list, send them to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment