I tried both fink & macports in the past... but I don't use any right now, and they left lots of trace in my system... how would I know if my thing is wrecked?
l-p [EMAIL PROTECTED] wrote ---- On 9/5/07, Louis-Philippe <[EMAIL PROTECTED]> wrote: > here is what it does: > > -bash-2.05b$ perl -MMath::GMP -e 'print "ok"' > ok-bash-2.05b$ > If you had included the -l along with the -e it would have made more sense, but that means perl can find Math::GMP (it would have thrown an error otherwise). Are you running make by hand or through cpan? Also, do you have fink, portage, etc. installed? It is possible you are using two different Perl interpreters (one which can find the module and one that can't).