When i try to

mpz_t a, b, c;

 mpz_init(a);
 mpz_init(b);
 mpz_init(c);

 mpz_set_str(a, "123", 10);
 mpz_set_str(b, "1244", 10);
 mpz_set_str(c, 0, 10);

It also gives unresovled external symbol.

error LNK2001: unresolved external symbol __alloca            libmpir.a


error LNK2001: unresolved external symbol __alloca      libmpir.a


Any help please.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to