X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: 29 Oct 2003 16:23:07 +0200 Message-Id: From: Eli Zaretskii To: djgpp AT delorie DOT com In-reply-to: (alexvn AT bigfoot DOT com) Subject: Re: Getting the names of DLL files which a program depends on References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 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.