Introduction: The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Purpose: N.A. Limitations: N.A. Configure and Compile Options: Compiler: Sun Studio 11 64-bits Components CC = "/opt/SUNWspro/bin/cc -g -O -xtarget=opteron -xarch=amd64" CXX = "/opt/SUNWspro/bin/CC -gO -xtarget=opteron -xarch=amd64" F77 = "/opt/SUNWspro/bin/f77 -g -O -xtarget=opteron -xarch=amd64" CFLAGS = "-g -O -xtarget=opteron -xarch=amd64" CXXFLAGS = "-gO -xtarget=opteron -xarch=amd64" FFLAGS = "-g -O -xtarget=opteron -xarch=amd64" LD = "ld -64" LDFLAGS = "-L/usr/sfw/lib/amd64 -L/usr/lib/amd64 -L/opt/sfw/lib" CPPFLAGS = "-I/usr/sfw/include -I/opt/sfw/include" ./configure --prefix=/usr/local/readline-5.0 \ --bindir=/usr/local/readline-5.0/bin/amd64 \ --libdir=/usr/local/readline-5.0/lib/64 32-bits Components CC = "/opt/SUNWspro/bin/cc -g -O -xtarget=opteron" CXX = "/opt/SUNWspro/bin/CC -gO -xtarget=opteron" F77 = "/opt/SUNWspro/bin/f77 -g -O -xtarget=opteron" CFLAGS = "-g -O -xtarget=opteron" CXXFLAGS = "-gO -xtarget=opteron" FFLAGS = "-g -O -xtarget=opteron" LDFLAGS = "-L/usr/sfw/lib -L/usr/lib -L/opt/sfw/lib" CPPFLAGS = " -I/usr/sfw/include -I/opt/sfw/include" ./configure --prefix=/usr/local/readline-5.0 \ --bindir=/usr/local/readline-5.0/bin/i86