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).

Reply via email to