On Sun, 2 Jun 2024 15:22:41 -0400
Ken Brown wrote:
> Hi Takashi,
>
> On 6/1/2024 6:03 PM, Takashi Yano wrote:
> > Hi Ken,
> >
> > On Tue, 28 May 2024 10:19:22 -0700 (PDT)
> > Jeremy Drake wrote:
> >> If ldd is run against a DLL which links to the Cygwin DLL, ldh will end
> >> up loading the Cyg
Hi Takashi,
On 6/1/2024 6:03 PM, Takashi Yano wrote:
Hi Ken,
On Tue, 28 May 2024 10:19:22 -0700 (PDT)
Jeremy Drake wrote:
If ldd is run against a DLL which links to the Cygwin DLL, ldh will end
up loading the Cygwin DLL dynamically, much like cygcheck or strace.
Addresses: https://cygwin.com/
Hi Ken,
On Tue, 28 May 2024 10:19:22 -0700 (PDT)
Jeremy Drake wrote:
> If ldd is run against a DLL which links to the Cygwin DLL, ldh will end
> up loading the Cygwin DLL dynamically, much like cygcheck or strace.
>
> Addresses: https://cygwin.com/pipermail/cygwin/2024-May/255991.html
> Fixes: 60
On Tue, 28 May 2024, Jeremy Drake via Cygwin-patches wrote:
> @@ -53,6 +53,7 @@ cygcheck_LDADD = -lz -lwininet -lshlwapi -lpsapi -lntdll
Oops, I accidentally generated this patch against msys2-3.5.3 branch,
rather than cygwin master like the last one. The only difference is the
line numbers abov
If ldd is run against a DLL which links to the Cygwin DLL, ldh will end
up loading the Cygwin DLL dynamically, much like cygcheck or strace.
Addresses: https://cygwin.com/pipermail/cygwin/2024-May/255991.html
Fixes: 60675f1a7eb2 ("Cygwin: decouple shared mem regions from Cygwin DLL")
Signed-off-by