X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_20 X-Spam-Check-By: sourceware.org Message-ID: <4A26A8DA.8060402@x-ray.at> Date: Wed, 03 Jun 2009 18:46:18 +0200 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Trying to install CPAN Math::GMP. Can libgmp3 provide -libgmp? References: <23830861 DOT post AT talk DOT nabble DOT com> <4A251615 DOT 5080408 AT gmail DOT com> <23833375 DOT post AT talk DOT nabble DOT com> <4A255EA4 DOT 1070502 AT cygwin DOT com> <23849366 DOT post AT talk DOT nabble DOT com> In-Reply-To: <23849366.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Marc Girod schrieb: > Larry Hall (Cygwin) wrote: >> Try another mirror. It's listed on one or both of the mirrors below: >> >> ftp://sourceware.mirrors.tds.net >> ftp://mirrors.kernel.org >> > OK, Thanks! Got that from the latter. > However now that I compile the perl CPAN module: Math::GMP 2.05, > I get a lot of compilation errors: > > gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe > -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"2.05\" > -DXS_VERSION=\"2.05\" "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" GMP.c > GMP.c: In function `XS_Math__GMP_destroy': > GMP.c:161: warning: cast to pointer from integer of different size > ... That's a warning and it is expected, but this is not an error. cygwin has a lot of wrong intsize warnings because we are one of the rare 64bitint platforms, which are mostly untested. You can safely ignore these warnings. For some major packages I try to send patches, but for Math::GMP not yet. rurban AT reini ~/.cpan/build/Math-GMP-2.05-9WIuVd $ make test /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_signature.....skipped: Set the environment variable TEST_SIGNATURE to enable this test t/01_gmppm.........ok t/99_perlcritic....skipped: Set the environment variable TEST_CRITIC to enable this test t/99_pod...........skipped: Set the environment variable TEST_AUTHOR to enable this test t/99_spellcheck....skipped: Set the environment variable TEST_SPELL to enable this test t/99_yaml..........ok All tests successful. Files=6, Tests=354, 1 wallclock secs ( 0.06 usr 0.03 sys + 0.62 cusr 0.28 csys = 0.99 CPU) Result: PASS -- Reini Urban http://phpwiki.org/ http://murbreak.at/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/