Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lepeg Writing Makefile for EPEG cp EPEG.pm blib/lib/EPEG.pm AutoSplitting blib/lib/EPEG.pm (blib/lib/auto/EPEG) /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 EPEG.xs > EPEG.xsc && mv EPEG.xsc EPEG.c Please specify prototyping behavior for EPEG.xs (see perlxs manual) 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=\"0.01\" -DXS_VERSION=\"0.01\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" EPEG.c Error 112: "EPEG.xs", line 20 # Include file not found. #include ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 419: "EPEG.xs", line 73 # 'Epeg_Image' is used as a type, but has not been defined as a type. RETVAL = (Epeg_Image *)epeg_file_open( filename ); ^^^^^^^^^^ Error 172: "EPEG.c", line 109 # Undeclared variable 'Epeg_Image'. Epeg_Image * RETVAL; ^^^^^^^^^^ Error 172: "EPEG.xs", line 73 # Undeclared variable 'RETVAL'. RETVAL = (Epeg_Image *)epeg_file_open( filename ); ^^^^^^ Error 172: "EPEG.c", line 115 # Undeclared variable 'RETVAL'. sv_setref_pv( ST(0), CLASS, (void*)RETVAL ); ^^^^^^^^^^^^ Error 419: "EPEG.xs", line 84 # 'Epeg_Image' is used as a type, but has not been defined as a type. RETVAL = (Epeg_Image *)epeg_memory_open( data, dataLen ); ^^^^^^^^^^ Error 172: "EPEG.c", line 136 # Undeclared variable 'Epeg_Image'. Epeg_Image * RETVAL; ^^^^^^^^^^ Error 172: "EPEG.xs", line 84 # Undeclared variable 'RETVAL'. RETVAL = (Epeg_Image *)epeg_memory_open( data, dataLen ); ^^^^^^ Error 172: "EPEG.c", line 142 # Undeclared variable 'RETVAL'. sv_setref_pv( ST(0), CLASS, (void*)RETVAL ); ^^^^^^^^^^^^ Error 172: "EPEG.c", line 163 # Undeclared variable 'Epeg_Image'. Epeg_Image * img; ^^^^^^^^^^ Error 419: "EPEG.c", line 170 # 'Epeg_Image' is used as a type, but has not been defined as a type. img = (Epeg_Image *)SvIV( (SV*)SvRV( ST(0) ) ); ^^^^^^^^^^ Error 172: "EPEG.c", line 170 # Undeclared variable 'img'. img = (Epeg_Image *)SvIV( (SV*)SvRV( ST(0) ) ); ^^^ Error 699: "EPEG.c", line 170 # Error limit reached; halting compilation. img = (Epeg_Image *)SvIV( (SV*)SvRV( ST(0) ) ); ^^^ make: *** [EPEG.o] Error 2