summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-17 16:36:34 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-17 16:36:34 (GMT)
commit19e0c26e6fceb606906379ae7e3176462cd15c91 (patch)
treed22339e1ddd172fc386532947237b8630253356f /README
parentf618d2ccc20969886827c5ecbd6d5a6e007494c1 (diff)
downloadcpython-19e0c26e6fceb606906379ae7e3176462cd15c91.zip
cpython-19e0c26e6fceb606906379ae7e3176462cd15c91.tar.gz
cpython-19e0c26e6fceb606906379ae7e3176462cd15c91.tar.bz2
add hint for NeXT users
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 2ea2381..896a260 100644
--- a/README
+++ b/README
@@ -54,6 +54,10 @@ use shared libraries for dynamically loaded modules.
Minix users: when using ack, use "CC=cc AR=aal RANLIB=: ./configure"!
+NeXT users: try running the configure script with the "--without-gcc"
+option. (The NeXT C compiler is based on gcc, but it is better
+matched to the set of header files provided by NeXT.)
+
You can configure the interpreter to contain fewer or more built-in
modules by editing the file Modules/Setup. This file is initially
copied (when the toplevel Makefile makes Modules/Makefile for the