summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-02-13 19:45:27 (GMT)
committerGuido van Rossum <guido@python.org>1995-02-13 19:45:27 (GMT)
commitaf07a4442817d28e8733703190aeb54e7da3238f (patch)
tree98dc8a211f2b8d4a679314aa2e37ae2ad226c420 /README
parent57c33af90e815c311bc6e70a49f3d540f12fda3a (diff)
downloadcpython-af07a4442817d28e8733703190aeb54e7da3238f.zip
cpython-af07a4442817d28e8733703190aeb54e7da3238f.tar.gz
cpython-af07a4442817d28e8733703190aeb54e7da3238f.tar.bz2
the usual
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 3 insertions, 6 deletions
diff --git a/README b/README
index f8cdbd4..dc9f56d 100644
--- a/README
+++ b/README
@@ -52,13 +52,10 @@ AIX users: read the file Misc/AIX-NOTES before trying to build.
HP-UX users: read the file Misc/HPUX-NOTES if you want to be able to
use shared libraries for dynamically loaded modules.
-Minix users: when using ack, use "CC=cc AR=aal RANLIB=: ./configure"!
+DEC Alpha users: unless you like debugging GCC, pass "--without-gcc"
+to the configure script.
-NeXT users: everything must be linked and compiled with "-posix".
-Until I find out how to let the configure script do that
-automatically, the best way is to run compile with "CC='cc -posix'" in
-the environment; the next best way is to edit the toplevel Makefile
-(after running configure) to add -posix to OPT.
+Minix users: when using ack, use "CC=cc AR=aal RANLIB=: ./configure"!
You can configure the interpreter to contain fewer or more built-in
modules by editing the file Modules/Setup. This file is initially