Warning: prerequisite Math::BigInt 1.87 not found. We have 1.66. Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lgmp Writing Makefile for Math::BigInt::GMP cp lib/Math/BigInt/GMP.pm blib/lib/Math/BigInt/GMP.pm /home/cpanrun/ia64/build/5.8.2/bin/perl /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap GMP.xs > GMP.xsc && mv GMP.xsc GMP.c cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"1.24\" -DXS_VERSION=\"1.24\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" GMP.c Error 112: "GMP.xs", line 4 # Include file "gmp.h" not found. #include "gmp.h" ^^^^^^^ Error 172: "GMP.c", line 45 # Undeclared variable 'mpz_t'. mpz_t * RETVAL; ^^^^^ Error 172: "GMP.xs", line 39 # Undeclared variable 'RETVAL'. NEW_GMP_MPZ_T; ^^^^^^^^^^^^^ Error 172: "GMP.xs", line 43 # Undeclared variable 'RETVAL'. mpz_init_set_si(*RETVAL, (UV)SvUV(x)); ^^^^^^ Error 172: "GMP.xs", line 47 # Undeclared variable 'RETVAL'. mpz_init_set_str(*RETVAL, SvPV_nolen(x), 10); ^^^^^^ Error 172: "GMP.c", line 59 # Undeclared variable 'RETVAL'. sv_setref_pv(ST(0), "Math::BigInt::GMP", INT2PTR(void*, RETVAL)) ^^^^^^^^^^^^ Error 172: "GMP.c", line 72 # Undeclared variable 'mpz_t'. mpz_t * RETVAL; ^^^^^ Error 172: "GMP.xs", line 60 # Undeclared variable 'RETVAL'. NEW_GMP_MPZ_T; ^^^^^^^^^^^^^ Error 172: "GMP.xs", line 61 # Undeclared variable 'RETVAL'. mpz_init_set_str(*RETVAL, SvPV_nolen(x), 0); ^^^^^^ Error 172: "GMP.c", line 78 # Undeclared variable 'RETVAL'. sv_setref_pv(ST(0), "Math::BigInt::GMP", INT2PTR(void*, RETVAL)) ^^^^^^^^^^^^ Error 172: "GMP.c", line 91 # Undeclared variable 'mpz_t'. mpz_t * RETVAL; ^^^^^ Error 172: "GMP.xs", line 73 # Undeclared variable 'RETVAL'. NEW_GMP_MPZ_T; ^^^^^^^^^^^^^ Error 699: "GMP.xs", line 73 # Error limit reached; halting compilation. NEW_GMP_MPZ_T; ^^^^^^^^^^^^^ make: *** [GMP.o] Error 2