Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com X-Authentication-Warning: modi.xraylith.wisc.edu: khan owned process doing -bs Date: Tue, 23 Mar 1999 16:47:51 -0600 (CST) From: Mumit Khan To: cygwin AT sourceware DOT cygnus DOT com Subject: GMP 2.0.2 DLL issues and solutions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII [ GMP is the GNU arbitrary precision library available from any GNU mirror. ] I've received a whole bunch of requests for GMP 2.0.2 DLL (my last attempt didn't work due to various problems with imported DLL variables), and I did a first cut at the solution. Now gmp passes all the tests for both Cygwin and Mingw (Mingw has one weird problem, but that has to do with the _pipe function call, and nothing to do with gmp). I've uploaded the gmp-dll-2.0.2-cygb20.tar.gz and gmp-dll-2.0.2-mingw32.zip packages that contain the prebuilt DLLs, source patches and README.win32 that goes to some detail on what the changes are. For those who want to link with MSVC, you'll probably need to create an import library for MSVC from the mingw32 version (I've included the DEF file in ./lib directory in both packages). However, if you want to load the functions dynamically, it should already work in theory. For Cygwin: ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/cygwin/ports/ For Mingw32: ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/ports/ Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com