I have a build of gmp-4.2.3 available for upload. The setup.hint files are unchanged. All tests in the testsuite pass. In addition, the testsuite for the previous version 4.2.2-1 passes with these DLLs.
This release contains some bug fixes - http://gmplib.org/gmp4.2.html Starting with version 4.2.2, the upstream build increased the version number of libgmpxx to "correct the shared library numbers". This was reverted (http://cygwin.com/ml/cygwin-apps/2008-03/msg00334.html) for cygwin as the 4.2.2 shared library was backwards compatible with the 4.1 and 4.2.1 releases. I have done the same for this 4.2.3 release. David ############################################################################ D=http://billinghurst.customer.netspace.net.au/cygwin mkdir gmp cd gmp wget ${D}/gmp/gmp-4.2.3-1-src.tar.bz2 wget ${D}/gmp/gmp-4.2.3-1.tar.bz2 wget ${D}/gmp/setup.hint mkdir libgmp-devel cd libgmp-devel wget ${D}/gmp/libgmp-devel/libgmp-devel-4.2.3-1.tar.bz2 wget ${D}/gmp/libgmp-devel/setup.hint cd .. mkdir libgmp3 wget ${D}/gmp/libgmp3/libgmp3-4.2.3-1.tar.bz2 wget ${D}/gmp/libgmp3/setup.hint cd ../..
