summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-03-01 12:00:59 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-03-01 12:00:59 +0000
commit6099fcbf59090ab631a52b8bb216d38bf4af8c70 (patch)
treeb8bce7d3e3aa20ff050afdcf0db58f21b9ef9ec0 /README
parentfe0dcd7f2edc025240f59e1d4a3361abaedc812f (diff)
downloadpcre-6099fcbf59090ab631a52b8bb216d38bf4af8c70.tar.gz
Bug fixes: forgot to commit these individually.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@376 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 3879038..e149bf4 100644
--- a/README
+++ b/README
@@ -286,7 +286,9 @@ library. You can read more about them in the pcrebuild man page.
to specify something like LIBS="-lncurses" as well. This is because, to quote
the readline INSTALL, "Readline uses the termcap functions, but does not link
with the termcap or curses library itself, allowing applications which link
- with readline the to choose an appropriate library."
+ with readline the to choose an appropriate library." If you get error
+ messages about missing functions tgetstr, tgetent, tputs, tgetflag, or tgoto,
+ this is the problem, and linking with the ncurses library should fix it.
The "configure" script builds the following files for the basic C library:
@@ -753,4 +755,4 @@ The distribution should contain the following files:
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 05 September 2008
+Last updated: 27 February 2009