Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!tut.cis.ohio-state.edu!AUREL.CALTECH.EDU!bfox From: bfox@AUREL.CALTECH.EDU (Brian Fox) Newsgroups: gnu.bash.bug Subject: readline is not quite independent of bash Message-ID: <8909181604.AA03211@aurel.caltech.edu> Date: 18 Sep 89 16:04:09 GMT References: Sender: daemon@tut.cis.ohio-state.edu Reply-To: bfox@aurel.caltech.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 25 Date: 18 Sep 89 11:00:51 GMT From: garfield!stretch!jeff1@uunet.uu.net (Jeff Sparkes) Organization: Memorial University of Newfoundland Sender: bug-bash-request@prep.ai.mit.edu I copied readline into the gdb directory to make use of my extra vi stuff, and had to define the following to get it to link: int follow_symbolic_links = 1; char *the_current_working_directory = 0; char *get_working_directory (); char *make_absolute (); pathname_backup (); This is not a bash bug. Readline is not officially released yet. You have to compile it as a separate library, without defining -DSHELL (which is why you had the problem linking). Brian