This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Tab-completion problems (was: Re: [ANNOUNCEMENT] Updated: bash-2.05-4)


FWIW, Corinna's bash-2.05-4 bash.exe does not depend on readline.dll
(verified by cygcheck).  There are two possibilities:  it either linked
statically with the system libreadline.a (from readline-4.1-2), or
linked statically with the assimilated readline code inside the bash
source dist.  Corinna?

Chet Ramey maintains both the official GNU bash sources and the official
GNU readline sources.  I know he has incorporated a few bugfixes in the
readline code over the last few months, and that he updated bash-2.04 to
2.05 recently (Apr 9).  Corinna quickly followed with the cygwin port of
the new bash.  (containing updated readline code...)

The separate GNU readline package has ALSO been updated from 4.1 to 4.2
(Apr 16).  However, I haven't had a chance to update the cygwin-readline
dist.

Therefore, it is possible that the readline code inside the current GNU
bash source distribution, and *perhaps* used by the cygwin binary build
of bash, is different from the readline code in the cygwin-readline
dist.

I suspect that Chet fixed something in readline, but that Corinna linked
statically against "my" cygwin readline lib.

--Chuck

Frank-Michael Moser wrote:
> 
> $ l
> total 1706
> -rwxr-xr-x   1 moser    Kein      1740898 May  4 18:16 bash.exe*
> $ strip bash.exe
> $ l
> total 470
> -rwxr-xr-x   1 moser    Kein       475648 May  4 18:16 bash.exe*
> 
> Stripped bash.exe works well.
> Corinna's original bash.exe for comparison:
> $ l
> total 463
> -rwxr-xr-x   1 moser    Kein       473600 May  2 19:01 bash.exe*
> 
> Frank-Michael.
> 
> Earnie Boyd wrote:
> >
> > Frank-Michael Moser wrote:
> > >
> > > I'm rather sure that I installed latest releases using setup.exe.
> > > rlversion gives 4.1. When I extract Corinna's bash-2.05-4.tar.gz
> > > the problem comes up again. I go into my /install/src/bash-2.05
> > > and after "make inatall" problem is gone again.
> > >
> > > Corinna's bash.exe has 473.600 bytes.
> > > Self made bash.exe has 1.740.898 bytes?!
> > >
> >
> > What happens if you `strip' your self made bash.exe?
> >
> > Earnie.
> >
> > _________________________________________________________
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
> 
> --
> ------------------------------------------------------------
> DECODON GmbH                        phone: +49(0)3834 515230
> W.-Rathenau-Str. 49a                  fax: +49(0)3834 515239
> 17489 Greifswald                    email: moser@decodon.com
> Germany                               web:   www.decodon.com
> ------------------------------------------------------------
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]