- Fri 14 February 2003
- macintosh
- Gaige B. Paulsen
Sometimes, the gnu readline stuff is useful.
To install it:
-
Download the latest readlines source
-
A mod must be made to compensate for a file location change in 10.2 which affects the 4.3 makefile. To fix this, edit
support/shobj-conf
to change line 151 fromSHLIB_LIBS='-lSystem'
to
SHLIB_LIBS='-lSystem -lncurses -lcc_dynamic'
-
./configure
-
make
-
sudo make install