X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <3fa3a9c3$0$167$cc7c7865@news.luth.se> From: Martin Str|mberg Subject: Re: Getting the names of DLL files which a program depends on Newsgroups: comp.os.msdos.djgpp References: User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (NetBSD/1.6Q (alpha)) Date: 01 Nov 2003 12:40:35 GMT Lines: 18 NNTP-Posting-Host: speedy.ludd.luth.se X-Trace: 1067690435 news.luth.se 167 130.240.16.13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: :> From: "Alex Vinokur" :> Newsgroups: comp.os.msdos.djgpp :> Date: Wed, 29 Oct 2003 14:06:55 +0200 :> :> Is there in DJGPP something like to the CYGWIN cygcheck utility :> to get the names of DLL files on which a program depends? : There's no need for that: DJGPP doesn't support dynamic linking, so : no DJGPP program ever depends on any DLL. What about dxe? Perhaps we need some program to check how dxe imports resolves? Right, MartinS