Checking if your kit is complete... Looks good Unrecognized argument in LIBS ignored: 'Netapi32.lib' Writing Makefile for Win32::Net::Session cp Session.pm blib/lib/Win32/Net/Session.pm AutoSplitting blib/lib/Win32/Net/Session.pm (blib/lib/auto/Win32/Net/Session) /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 Session.xs > Session.xsc && mv Session.xsc Session.c Please specify prototyping behavior for Session.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.02\" -DXS_VERSION=\"0.02\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" Session.c Error 112: "Session.xs", line 6 # Include file not found. #include ^^^^^^^^^^^ Error 112: "Session.xs", line 9 # Include file "Lm.h" not found. #include "Lm.h" ^^^^^^ Error 419: "Session.xs", line 27 # 'DWORD' is used as a type, but has not been defined as a type. DWORD ^^^^^ Error 419: "Session.xs", line 33 # 'DWORD' is used as a type, but has not been defined as a type. return (DWORD)0; ^^^^^ Error 419: "Session.xs", line 35 # 'DWORD' is used as a type, but has not been defined as a type. return (DWORD)1; ^^^^^ Error 419: "Session.xs", line 37 # 'DWORD' is used as a type, but has not been defined as a type. return (DWORD)2; ^^^^^ Error 419: "Session.xs", line 39 # 'DWORD' is used as a type, but has not been defined as a type. return (DWORD)10; ^^^^^ Error 419: "Session.xs", line 41 # 'DWORD' is used as a type, but has not been defined as a type. return (DWORD)502; ^^^^^ Error 419: "Session.xs", line 49 # 'DWORD' is used as a type, but has not been defined as a type. void GetUserFlag(char* t, DWORD flag) ^^^^^ Error 172: "Session.xs", line 51 # Undeclared variable 'SESS_GUEST'. if(flag == SESS_GUEST) ^^^^^^^^^^ Error 172: "Session.xs", line 53 # Undeclared variable 'SESS_NOENCRYPTION'. else if(flag == SESS_NOENCRYPTION) ^^^^^^^^^^^^^^^^^ Error 419: "Session.xs", line 60 # 'LPBYTE' is used as a type, but has not been defined as a type. store_hv(HV *hv, LPBYTE *buf, DWORD dwLevel) ^^^^^^ Error 699: "Session.xs", line 60 # Error limit reached; halting compilation. store_hv(HV *hv, LPBYTE *buf, DWORD dwLevel) ^^^^^^ make: *** [Session.o] Error 2