]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add hint for NeXT users
authorGuido van Rossum <guido@python.org>
Tue, 17 Jan 1995 16:36:34 +0000 (16:36 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 17 Jan 1995 16:36:34 +0000 (16:36 +0000)
README

diff --git a/README b/README
index 2ea2381dcf10b8f9652d1492e1f5b6e2dee2a23b..896a26038cfb4714ef8bb25db0ba57ae7c09ff1d 100644 (file)
--- 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