diff options
author | Guido van Rossum <guido@python.org> | 1995-01-20 16:50:15 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-20 16:50:15 (GMT) |
commit | 9bc247a915874bb63d9cf746d3b82f9840f0d2a6 (patch) | |
tree | 059981ca50f783a881dee26d7cf929a9fd7a8b46 /README | |
parent | 7d47329656b06807236504d91eb3e36654da796f (diff) | |
download | cpython-9bc247a915874bb63d9cf746d3b82f9840f0d2a6.zip cpython-9bc247a915874bb63d9cf746d3b82f9840f0d2a6.tar.gz cpython-9bc247a915874bb63d9cf746d3b82f9840f0d2a6.tar.bz2 |
change NeXT hint to add -posix to C compiler flags
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -54,9 +54,11 @@ 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.) +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. You can configure the interpreter to contain fewer or more built-in modules by editing the file Modules/Setup. This file is initially |