http://packages.debian.org/stable/devel/libgmp2-dev
On Tue, 2004-03-02 at 14:28, csko wrote:
> Hi!
>
> I've some problems with installing the GMP module for PHP.
> My system: Debian Linux 3.0 Woody
> I've downloaded the source from php.net.
> I cd-ed to its dir and typed ./configure --with-gmp
>
Hi!
I've some problems with installing the GMP module for PHP.
My system: Debian Linux 3.0 Woody
I've downloaded the source from php.net.
I cd-ed to its dir and typed ./configure --with-gmp
(i've recently installed GMP with apt-get install libgmp2)
I have an error:
checking for GNU gettext suppor
For some odd reason, I'd like to be able to take a number like 534 and make
a larger
number by repeating it 5 times, to get 534534534534534. This is part of a
parser,
so the two integers are passed as gmp numbers.
gmp_init(str_repeat(gmp_strval($a),gmp_intval($b)))
sometimes works and some
3 matches
Mail list logo