From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: wrapper program for making dlls 20 Aug 1998 19:55:51 -0700 Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: cygwin32-developers AT cygnus DOT com [This might be of interest to cygwin developers, so I'm posting it here as well. Apologies if not appropriate for this list.] I've just posted a note to gnu-win32 list announcing a "dll helper" package with examples on creating DLLs in C, C++ and f77. The helper program is a wrapper around dlltool and ld and basically alleviates some of the ugliness that's there right now. There's also some mods to dlltool to create export definition from a set of object/archive files (--export-all option). See http://www.xraylith.wisc.edu/~khan/software/gnu-win32/index.htm#dllhelpers for more info. Or, visit ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/cygwin32/misc/ ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/misc/ Regards, Mumit