How do I compile in the readline libraries?
LEAP supports the readline libraries if they are installed. The readline libraries allow command line history and command editing. Versions 2.0 and2.1 are known to work. Unlike many other packages, the readline libraries are *NOT* included in the default LEAP default distribution. See http://www.gnu.org for a copy. In order to compile LEAP with the readline libraries, run configure with –with-readline, and set CPPFLAGS to include the include PATH (and -I flag). Sun systems (and others) will also need LD_LIBRARY_PATH to be set: eg. if the readline libraries are included in /usr/local/include (and you’re using a bourne (sh) compatible shell: cd src ./configure –with-readline CPPFLAGS=-I/usr/local/include export CPPFLAGS make depend make csh users: setenv CPPFLAGS -I/usr/local/include Sun users: LD_LIBRARY_PATH /usr/local/lib Linking with incorrect library search path will fail. If LD_LIBRARY_PATH is not supported, you may need to edit LDFLAGS to include: -L