Path: utzoo!yunexus!telly!philmtl!uunet!ginosko!brutus.cs.uiuc.edu!tut.cis.ohio-state.edu!AUREL.CALTECH.EDU!bfox From: bfox@AUREL.CALTECH.EDU (Brian Fox) Newsgroups: gnu.bash.bug Subject: Filename completion bug in bash-1.02 Message-ID: <8909081609.AA09259@aurel.caltech.edu> Date: 8 Sep 89 16:09:34 GMT Article-I.D.: aurel.8909081609.AA09259 References: Sender: daemon@tut.cis.ohio-state.edu Reply-To: bfox@aurel.caltech.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 37 Date: Thu, 7 Sep 89 20:41 PDT From: Kayvan Sylvan I gave a bug report about this earlier... The XenixNet nomenclature for remote filesystems is: //hostname/foobar/baz which identifies /foobar/baz on host hostname. bash$ cd bash$ dirs ~ bash$ echo * #%*mail*# News bin etc mail src uucp bash$ cd //guinan bash$ dirs //guinan bash$ echo * * <--- Huh??? bash$ sh $ pwd //guinan/ $ echo * bin boot boot.old db dev dos etc lib lost+found mnt once shlib tmp u u2 u3 users usr wmgr.rc xenix $ Anybody got any ideas??? I don't have a Xenix machine to check this out on, but I heard that you have to specify two libraries when compiling Bash, AND WHEN COMPILING READLINE. The libraries will link in any order, but will only work correctly when linked in the right order. The libraries are: # Xenix requires -ldir -lx. It is also required in the readline Makefile. LOCAL_LIBS = -ldir -lx Brian Fox