Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lpoker Writing Makefile for Games::Poker::HandEvaluator cp HandEvaluator.pm blib/lib/Games/Poker/HandEvaluator.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 HandEvaluator.xs > HandEvaluator.xsc && mv HandEvaluator.xsc HandEvaluator.c Please specify prototyping behavior for HandEvaluator.xs (see perlxs manual) cc -c -I. -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.1\" -DXS_VERSION=\"1.1\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" HandEvaluator.c Error 112: "HandEvaluator.xs", line 7 # Include file "poker_defs.h" not found. #include "poker_defs.h" ^^^^^^^^^^^^^^ Error 112: "HandEvaluator.xs", line 9 # Include file "inlines/eval.h" not found. #include "inlines/eval.h" ^^^^^^^^^^^^^^^^ Error 112: "HandEvaluator.xs", line 10 # Include file "deck_std.h" not found. #include "deck_std.h" ^^^^^^^^^^^^ Error 112: "HandEvaluator.xs", line 11 # Include file "rules_std.h" not found. #include "rules_std.h" ^^^^^^^^^^^^^ Error 419: "HandEvaluator.xs", line 13 # 'StdDeck_CardMask' is used as a type, but has not been defined as a type. int parse_cards(char *handstr, StdDeck_CardMask* cards) { ^^^^^^^^^^^^^^^^ Error 172: "HandEvaluator.xs", line 24 # Undeclared variable 'StdDeck'. if (DstringToCard(StdDeck, p, &c) == 0) ^^^^^^^ Error 419: "HandEvaluator.xs", line 40 # 'StdDeck_CardMask' is used as a type, but has not been defined as a type. StdDeck_CardMask cards; ^^^^^^^^^^^^^^^^ make: *** [HandEvaluator.o] Error 2