Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I compile in the readline libraries?

Libraries readline
0
Posted

How do I compile in the readline libraries?

0

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 – with being th

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123