Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lsyck Writing Makefile for YAML::Parser::Syck cp Syck.pm blib/lib/YAML/Parser/Syck.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 Syck.xs > Syck.xsc && mv Syck.xsc Syck.c 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=\"0.01\" -DXS_VERSION=\"0.01\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" Syck.c Error 112: "Syck.xs", line 5 # Include file not found. #include ^^^^^^^^ Error 419: "Syck.xs", line 7 # 'SYMID' is used as a type, but has not been defined as a type. SYMID perl_syck_handler(SyckParser *p, SyckNode *n) { ^^^^^ Error 373: "Syck.xs", line 7 # Old-style function definition parameter must be a simple identifier. SYMID perl_syck_handler(SyckParser *p, SyckNode *n) { ^^^^^^^^^^^^^ Error 373: "Syck.xs", line 7 # Old-style function definition parameter must be a simple identifier. SYMID perl_syck_handler(SyckParser *p, SyckNode *n) { ^^^^^^^^^^^ Error 419: "Syck.xs", line 8 # 'SYMID' is used as a type, but has not been defined as a type. SYMID obj; ^^^^^ Error 172: "Syck.xs", line 14 # Undeclared variable 'n'. switch (n->kind) { ^ Error 172: "Syck.xs", line 15 # Undeclared variable 'syck_str_kind'. case syck_str_kind: ^^^^^^^^^^^^^ Error 172: "Syck.xs", line 16 # Undeclared variable 'n'. sv = newSVpv(n->data.str->ptr, n->data.str->len); ^^^^^^^ Error 172: "Syck.xs", line 19 # Undeclared variable 'syck_seq_kind'. case syck_seq_kind: ^^^^^^^^^^^^^ Error 172: "Syck.xs", line 21 # Undeclared variable 'n'. for (i = 0; i < n->data.list->idx; i++) { ^ Error 172: "Syck.xs", line 22 # Undeclared variable 'n'. obj = syck_seq_read(n, i); ^ Error 172: "Syck.xs", line 23 # Undeclared variable 'p'. syck_lookup_sym(p, obj, (char**)&entry); ^ Error 699: "Syck.xs", line 23 # Error limit reached; halting compilation. syck_lookup_sym(p, obj, (char**)&entry); ^ make: *** [Syck.o] Error 2