Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e109aa7

Browse files
committed
add warning about recompiling myreadline.o; add Tools/
1 parent 8b131c5 commit e109aa7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ where DIRECTORY is the absolute pathname of the directory where you've
167167
built the readline library. Some hints on building and using the
168168
readline library:
169169

170+
- If you have already built Python without readline and then
171+
decide to add it, you have to rerun configure adding the
172+
--with-readline flag, AND you have to remove the object file
173+
Modules/myreadline.o (same if you go the other way)
174+
170175
- On SGI IRIX 5, you may have to add the following
171176
to rldefs.h:
172177

@@ -371,6 +376,7 @@ Objects/ Implementation of most built-in object types
371376
Parser/ The parser and tokenizer and their input handling
372377
Python/ The "compiler" and interpreter
373378
README The file you're reading now
379+
Tools/ Some useful programs written in Python
374380
acconfig.h Additional input for the autoheader program
375381
config.h Configuration header (generated)
376382
config.h.in Source from which config.status creates config.h

0 commit comments

Comments
 (0)