Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lirccrypt Writing Makefile for IRC::Crypt cp lib/IRC/Crypt.pm blib/lib/IRC/Crypt.pm AutoSplitting blib/lib/IRC/Crypt.pm (blib/lib/auto/IRC/Crypt) /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 Crypt.xs > Crypt.xsc && mv Crypt.xsc Crypt.c Please specify prototyping behavior for Crypt.xs (see perlxs manual) cc -c -I. -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" Crypt.c Error 112: "Crypt.xs", line 7 # Include file not found. #include ^^^^^^^^^^^^^ Warning 942: "Crypt.xs", line 62 # Types 'char *' and 'int' are not assignment-compatible. ret = irc_encrypt_message_to_address(addr,nick,message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "Crypt.xs", line 78 # Types 'char *' and 'int' are not assignment-compatible. ret = irc_encrypt_message_with_key(key,nick,message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ make: *** [Crypt.o] Error 2