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 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.03\" -DXS_VERSION=\"0.03\" +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/plplotP.h" not found. #include "plplot/plplotP.h" ^^^^^^^^^^^^^^^^^^ Error 112: "PLplot.xs", line 34 # Include file "plplot/plplot.h" not found. #include "plplot/plplot.h" ^^^^^^^^^^^^^^^^^ Error 20: "PLplot.xs", line 41 # ',' expected before 'PLSTRIPID'. typedef PLINT PLSTRIPID; ^^^^^^^^^ Error 19: "PLplot.xs", line 44 # Unexpected 'PLFLT2D'. typedef PLFLT PLFLT2D; ^^^^^^^ Error 172: "PLplot.c", line 1378 # Undeclared variable 'PLFLT2D'. PLFLT2D * pdata; ^^^^^^^ Error 419: "PLplot.c", line 1398 # 'PLFLT2D' is used as a type, but has not been defined as a type. pdata = (PLFLT2D *)pack2D_sz(ST(0), (sizeof(PLFLT)==sizeof(double) ? 'd' ^^^^^^^ Error 172: "PLplot.c", line 1398 # Undeclared variable 'pdata'. pdata = (PLFLT2D *)pack2D_sz(ST(0), (sizeof(PLFLT)==sizeof(doubl ^^^^^ Error 172: "PLplot.xs", line 587 # Undeclared variable 'pdata'. data[i][j] = pdata[k]; ^^^^^ Error 172: "PLplot.c", line 2638 # Undeclared variable 'PLFLT2D'. PLFLT2D * z; ^^^^^^^ Error 419: "PLplot.c", line 2656 # 'PLFLT2D' is used as a type, but has not been defined as a type. z = (PLFLT2D *)pack2D_sz(ST(2), (sizeof(PLFLT)==sizeof(double) ? 'd' ^^^^^^^ Error 172: "PLplot.c", line 2656 # Undeclared variable 'z'. z = (PLFLT2D *)pack2D_sz(ST(2), (sizeof(PLFLT)==sizeof(double) ? ^ Error 172: "PLplot.xs", line 998 # Undeclared variable 'z'. zdata[i][j] = z[k]; ^ Error 699: "PLplot.xs", line 998 # Error limit reached; halting compilation. zdata[i][j] = z[k]; ^ make: *** [PLplot.o] Error 2