| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Wed, 8 Oct 2003 22:07:28 +0200 |
| From: | "Gerrit P. Haase" <gp AT familiehaase DOT de> |
| Reply-To: | "Gerrit @ cygwin" <cygwin AT cygwin DOT com> |
| Organization: | Esse keine toten Tiere |
| X-Priority: | 3 (Normal) |
| Message-ID: | <48-1109186816.20031008220728@familiehaase.de> |
| To: | pjacklam AT online DOT no (Peter J. Acklam) |
| CC: | "Gerrit @ cygwin" <cygwin AT cygwin DOT com> |
| Subject: | Re: Perl, the GMP library, and the Math::BigInt::GMP module |
| In-Reply-To: | <1xtoffbx.fsf@online.no> |
| References: | <1xtoffbx DOT fsf AT online DOT no> |
| MIME-Version: | 1.0 |
Hallo Peter, Am Mittwoch, 8. Oktober 2003 um 07:50 schriebst du: > I have installed the latest versions of Perl and the GMP library, > and want to install the Math::BigInt::GMP Perl module which makes > use of this GMP library, but I can't make them play together. > There is a complaint "No library found for -lgmp", but I know the > library is installed. I can also see the files: > $ find /usr/lib /usr/local/lib -type f | grep -i gmp > /usr/lib/libgmp.dll.a > /usr/lib/libgmp.la > /usr/lib/w32api/libigmpagnt.a This ia a problem with MakeMaker. It just looks for .a libraries and doesn't see the .dll.a import library, I thought it was fixed, which version of perl are you using? As a workaround try creating a symlink libgmp.dll.a libgmp.a or create an empty libgmp.a in /usr/lib. > Below are the results from my attempt. What am I doing wrong? > What must I do to get it working? [...] Gerrit -- =^..^= -- 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |