Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lisam Writing Makefile for CIsam cp IsamObjects.pm blib/lib/IsamObjects.pm cp CIsam.pm blib/lib/CIsam.pm AutoSplitting blib/lib/CIsam.pm (blib/lib/auto/CIsam) 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 CIsam.xs > CIsam.xsc && mv CIsam.xsc CIsam.c Please specify prototyping behavior for CIsam.xs (see perlxs manual) cc -c -I/home/wsi/r56work/src/include -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=\"1.0\" -DXS_VERSION=\"1.0\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" -DCISAM4 CIsam.c Error 112: "CIsam.xs", line 1 # Include file not found. #include ^^^^^^^^ Error 172: "CIsam.xs", line 436 # Undeclared variable 'iserrno'. RETVAL = iserrno; ^^^^^^^ Error 172: "CIsam.xs", line 444 # Undeclared variable 'iserrno'. iserrno = val; ^^^^^^^ Error 172: "CIsam.xs", line 449 # Undeclared variable 'isrecnum'. RETVAL = isrecnum; ^^^^^^^^ Error 172: "CIsam.xs", line 457 # Undeclared variable 'isrecnum'. isrecnum = val; ^^^^^^^^ Error 172: "CIsam.xs", line 475 # Undeclared variable 'iserrio'. RETVAL = iserrio; ^^^^^^^ Error 172: "CIsam.xs", line 483 # Undeclared variable 'iserrio'. iserrio = val; ^^^^^^^ Error 628: "CIsam.xs", line 491 # "keydesc#2 kd" ["CIsam.xs", line 491] cannot be defined to have an incomplete type. struct keydesc kd; ^^ Error 548: "CIsam.xs", line 495 # 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: "CIsam.xs", line 496 # 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 548: "CIsam.xs", line 499 # 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_part[ind].kp_start = (short)SvIV(ST(offset)); ^^ Error 548: "CIsam.xs", line 500 # 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_part[ind].kp_leng = (short)SvIV(ST(offset+1)); ^^ Error 699: "CIsam.xs", line 500 # Error limit reached; halting compilation. kd.k_part[ind].kp_leng = (short)SvIV(ST(offset+1)); ^^ make: *** [CIsam.o] Error 2