| 262 |
|
|
| 263 |
--enable-ebcdic |
--enable-ebcdic |
| 264 |
|
|
| 265 |
This automatically implies --enable-rebuild-chartables (see above). However, |
This automatically implies --enable-rebuild-chartables (see above). However, |
| 266 |
when PCRE is built this way, it always operates in EBCDIC. It cannot support |
when PCRE is built this way, it always operates in EBCDIC. It cannot support |
| 267 |
both EBCDIC and UTF-8. |
both EBCDIC and UTF-8. |
| 268 |
|
|
| 269 |
. It is possible to compile pcregrep to use libz and/or libbz2, in order to |
. It is possible to compile pcregrep to use libz and/or libbz2, in order to |
| 291 |
to specify something like LIBS="-lncurses" as well. This is because, to quote |
to specify something like LIBS="-lncurses" as well. This is because, to quote |
| 292 |
the readline INSTALL, "Readline uses the termcap functions, but does not link |
the readline INSTALL, "Readline uses the termcap functions, but does not link |
| 293 |
with the termcap or curses library itself, allowing applications which link |
with the termcap or curses library itself, allowing applications which link |
| 294 |
with readline the to choose an appropriate library." If you get error |
with readline the to choose an appropriate library." If you get error |
| 295 |
messages about missing functions tgetstr, tgetent, tputs, tgetflag, or tgoto, |
messages about missing functions tgetstr, tgetent, tputs, tgetflag, or tgoto, |
| 296 |
this is the problem, and linking with the ncurses library should fix it. |
this is the problem, and linking with the ncurses library should fix it. |
| 297 |
|
|
| 298 |
The "configure" script builds the following files for the basic C library: |
The "configure" script builds the following files for the basic C library: |
| 299 |
|
|