Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 1995 23:19:08 -0800 (PST)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        nate@trout.sri.MT.net (Nate Williams)
Cc:        ports@FreeBSD.org, hackers@FreeBSD.org
Subject:   Re: What programs use libreadline?
Message-ID:  <199503170719.XAA17921@gndrsh.aac.dev.com>
In-Reply-To: <199503170627.XAA04430@trout.sri.MT.net> from "Nate Williams" at Mar 16, 95 11:27:56 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Aside from gdb in the source tree, which programs use libreadline?  I'm
> assuming bash does, but I'm not aware of any other program that uses it
> that runs (or might run) under FreeBSD.  If you know of a program, can
> you send me private email and let me know so I can test out a change I
> would like to make to the readline library to make it easier to upgrade
> to newer versions of gdb when they are released.

hookturn# find . -name Makefile | xargs grep -i readline | more
[I cleaned it up and eliminated the false hits]
./gnu/usr.bin/gdb/gdb/Makefile:LDADD+= -lreadline  -ltermcap -lgnuregex
./gnu/usr.bin/kgdb/Makefile:LDADD+=             -lreadline -ltermcap
./usr.bin/ncftp/Makefile:LDADD= -lreadline -ltermcap

I don't have a ports tree with all the sources expanded :-(.

-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                   Custom computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503170719.XAA17921>