This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.3-3


>On 28 July 2017 at 12:31, Steven Penny wrote:
>> On Fri, 28 Jul 2017 12:13:49, Doug Henderson wrote:

>> In any case, this problem has nothing to do with libreadline of any
>> version, nor the current version of cygwin1.dll. It is possible that
>> this lies in the domain of mingw32, which suggests that it may be
>> off-topic here or at least needs a new subject line.

> You want to come back with some actual links/references, then I am open to
> listen. Otherwise step down sir.

One of these may be the commit that I recall.

https://github.com/cygwin/cygwin/commit/ef007184874ead6f288e432eb23bfc76bf65929d

https://github.com/cygwin/cygwin/commit/5a3496c3e3c159e6cfb4879f5adae1092927483f

https://github.com/cygwin/cygwin/commit/7630e384623f778b88be8926e2c2a2e6fcbd9008

I gave up trying to trying read C++ about 15 years ago, so all I
understood was the English parts.

Also the following speak for themselves.

$ ldd omega_cygwin.exe
        ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x77450000)
        kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x77330000)
        KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll
(0x7fefd3d0000)
        cygwin1.dll => /usr/bin/cygwin1.dll (0x180040000)

$ ldd omega_mingw32.exe
        ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x77450000)
        kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x77330000)
        KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll
(0x7fefd3d0000)
        msvcrt.dll => /cygdrive/c/Windows/system32/msvcrt.dll (0x7feff150000)

$ ldd $(which bash)
/usr/bin/bash:
        ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x77450000)
        kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x77330000)
        KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll
(0x7fefd3d0000)
        cygwin1.dll => /usr/bin/cygwin1.dll (0x180040000)
        cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x3e9d90000)
        cygintl-8.dll => /usr/bin/cygintl-8.dll (0x3e45c0000)
        cygreadline7.dll => /usr/bin/cygreadline7.dll (0x3e2050000)
        cygncursesw-10.dll => /usr/bin/cygncursesw-10.dll (0x3e3520000)

$ ldd $(which dash)
/usr/bin/dash:
        ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x77450000)
        kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x77330000)
        KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll
(0x7fefd3d0000)
        cygwin1.dll => /usr/bin/cygwin1.dll (0x180040000)

HTH
Doug

-- 
Doug Henderson, Calgary, Alberta, Canada - from gmail.com

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      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]