mpz_array_init problems

Demetri Stewart demetristewart at hotmail.com
Tue May 31 01:42:46 CEST 2005


I am using version 4.1.3 of GMP with version 3.2.3 of GCC.

I need to create an array of multiprecision integers.  mpz_array_init looks 
like it should produce the results I need; however, the code segment below 
bombs when it executes the mpz_array_init statement.

int
main()
{
mpz_t      *p;

mpz_arrray_init (*p, 10, 500);

return (0);
}

Any suggestions?  Anyone have work-around?

Thanks.

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee® 
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



More information about the gmp-discuss mailing list