Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lisam Writing Makefile for Isam cp eg/Salaire.pm blib/lib/eg/Salaire.pm cp Isam.pm blib/lib/Isam.pm AutoSplitting blib/lib/Isam.pm (blib/lib/auto/Isam) cp IsamData.pm blib/lib/IsamData.pm AutoSplitting blib/lib/IsamData.pm (blib/lib/auto/IsamData) cp eg/Person.pm blib/lib/eg/Person.pm /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/typemap Isam.xs > Isam.xsc && mv Isam.xsc Isam.c Please specify prototyping behavior for Isam.xs (see perlxs manual) cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"0.2\" -DXS_VERSION=\"0.2\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" Isam.c Error 112: "Isam.xs", line 1 # Include file not found. #include ^^^^^^^^ Error 172: "Isam.xs", line 433 # Undeclared variable 'iserrno'. RETVAL = iserrno; ^^^^^^^ Error 172: "Isam.xs", line 441 # Undeclared variable 'iserrno'. iserrno = val; ^^^^^^^ Error 172: "Isam.xs", line 446 # Undeclared variable 'isrecnum'. RETVAL = isrecnum; ^^^^^^^^ Error 172: "Isam.xs", line 454 # Undeclared variable 'isrecnum'. isrecnum = val; ^^^^^^^^ Error 172: "Isam.xs", line 459 # Undeclared variable 'isreclen'. RETVAL = isreclen; ^^^^^^^^ Error 172: "Isam.xs", line 467 # Undeclared variable 'isreclen'. isreclen = val; ^^^^^^^^ Error 172: "Isam.xs", line 472 # Undeclared variable 'iserrio'. RETVAL = iserrio; ^^^^^^^ Error 172: "Isam.xs", line 480 # Undeclared variable 'iserrio'. iserrio = val; ^^^^^^^ Error 628: "Isam.xs", line 488 # "keydesc#2 kd" ["Isam.xs", line 488] cannot be defined to have an incomplete type. struct keydesc kd; ^^ Error 548: "Isam.xs", line 492 # The expression on the left side of the '.' (dot member access operator) must be a completed struct object type; the type of the left side is 'tentative struct keydesc' and 'struct keydesc' has not been defined yet. kd.k_flags = k_flags; ^^ Error 548: "Isam.xs", line 493 # The expression on the left side of the '.' (dot member access operator) must be a completed struct object type; the type of the left side is 'tentative struct keydesc' and 'struct keydesc' has not been defined yet. kd.k_nparts = k_nparts; ^^ Error 699: "Isam.xs", line 493 # Error limit reached; halting compilation. kd.k_nparts = k_nparts; ^^ make: *** [Isam.o] Error 2