Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lplplotd Writing Makefile for Graphics::PLPLOT cp PLPLOT.pm blib/lib/Graphics/PLPLOT.pm /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 -typemap typemap PLPLOT.xs > PLPLOT.xsc && mv PLPLOT.xsc PLPLOT.c Please specify prototyping behavior for PLPLOT.xs (see perlxs manual) cc -c -I/usr/local/include -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" PLPLOT.c Error 112: "PLPLOT.xs", line 33 # Include file "plplot/plplot.h" not found. #include "plplot/plplot.h" ^^^^^^^^^^^^^^^^^ Error 419: "PLPLOT.c", line 63 # 'PLFLT' is used as a type, but has not been defined as a type. PLFLT lexp = (PLFLT)SvNV(ST(0)); ^^^^^ Error 419: "PLPLOT.c", line 64 # 'PLFLT' is used as a type, but has not been defined as a type. PLFLT sigdig = (PLFLT)SvNV(ST(1)); ^^^^^ Error 419: "PLPLOT.c", line 84 # 'PLFLT' is used as a type, but has not been defined as a type. PLFLT offset = (PLFLT)SvNV(ST(0)); ^^^^^ Error 419: "PLPLOT.c", line 85 # 'PLFLT' is used as a type, but has not been defined as a type. PLFLT size = (PLFLT)SvNV(ST(1)); ^^^^^ Error 419: "PLPLOT.c", line 86 # 'PLFLT' is used as a type, but has not been defined as a type. PLFLT active = (PLFLT)SvNV(ST(2)); ^^^^^ Error 419: "PLPLOT.c", line 87 # 'PLFLT' is used as a type, but has not been defined as a type. PLFLT spacing = (PLFLT)SvNV(ST(3)); ^^^^^ Error 419: "PLPLOT.c", line 107 # 'PLINT' is used as a type, but has not been defined as a type. PLINT sub = (PLINT)SvIV(ST(0)); ^^^^^ Error 419: "PLPLOT.c", line 127 # 'PLFLT' is used as a type, but has not been defined as a type. PLFLT x0 = (PLFLT)SvNV(ST(0)); ^^^^^ Error 419: "PLPLOT.c", line 128 # 'PLFLT' is used as a type, but has not been defined as a type. PLFLT y0 = (PLFLT)SvNV(ST(1)); ^^^^^ Error 419: "PLPLOT.c", line 130 # 'PLFLT' is used as a type, but has not been defined as a type. PLFLT xtick = (PLFLT)SvNV(ST(3)); ^^^^^ Error 419: "PLPLOT.c", line 131 # 'PLINT' is used as a type, but has not been defined as a type. PLINT nxsub = (PLINT)SvIV(ST(4)); ^^^^^ Error 699: "PLPLOT.c", line 131 # Error limit reached; halting compilation. PLINT nxsub = (PLINT)SvIV(ST(4)); ^^^^^ make: *** [PLPLOT.o] Error 2