Checking if your kit is complete... Looks good Writing Makefile for iodbc cp iodbc.pm blib/lib/iodbc.pm AutoSplitting blib/lib/iodbc.pm (blib/lib/auto/iodbc) cp example.pl blib/lib/example.pl /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 -typemap typemap iodbc.xs > iodbc.xsc && mv iodbc.xsc iodbc.c Please specify prototyping behavior for iodbc.xs (see perlxs manual) cc -c -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" iodbc.c Error 112: "iodbc.xs", line 17 # Include file not found. #include ^^^^^^^^^ Error 112: "iodbc.xs", line 18 # Include file not found. #include ^^^^^^^^ Error 112: "iodbc.xs", line 19 # Include file not found. #include ^^^^^^^^^^^ Error 419: "iodbc.c", line 580 # 'HENV' is used as a type, but has not been defined as a type. HENV phenv; ^^^^ Error 419: "iodbc.c", line 581 # 'RETCODE' is used as a type, but has not been defined as a type. RETCODE RETVAL; ^^^^^^^ Error 419: "iodbc.c", line 605 # 'HENV' is used as a type, but has not been defined as a type. HENV henv = INT2PTR(HENV,SvIV(ST(0))); ^^^^ Error 419: "iodbc.c", line 606 # 'HDBC' is used as a type, but has not been defined as a type. HDBC phdbc; ^^^^ Error 419: "iodbc.c", line 607 # 'RETCODE' is used as a type, but has not been defined as a type. RETCODE RETVAL; ^^^^^^^ Error 419: "iodbc.c", line 631 # 'HDBC' is used as a type, but has not been defined as a type. HDBC hdbc = INT2PTR(HDBC,SvIV(ST(0))); ^^^^ Error 419: "iodbc.c", line 633 # 'SWORD' is used as a type, but has not been defined as a type. SWORD cbDSN = (SWORD)SvIV(ST(2)); ^^^^^ Error 419: "iodbc.c", line 635 # 'SWORD' is used as a type, but has not been defined as a type. SWORD cbUID = (SWORD)SvIV(ST(4)); ^^^^^ Error 419: "iodbc.c", line 637 # 'SWORD' is used as a type, but has not been defined as a type. SWORD cbAuthStr = (SWORD)SvIV(ST(6)); ^^^^^ Error 699: "iodbc.c", line 637 # Error limit reached; halting compilation. SWORD cbAuthStr = (SWORD)SvIV(ST(6)); ^^^^^ make: *** [iodbc.o] Error 2