Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lgl Writing Makefile for SGI::GL cp GL.pm blib/lib/SGI/GL.pm AutoSplitting blib/lib/SGI/GL.pm (blib/lib/auto/SGI/GL) /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 GL.xs > GL.xsc && mv GL.xsc GL.c Please specify prototyping behavior for GL.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.2\" -DXS_VERSION=\"0.2\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" GL.c Error 112: "GL.xs", line 4 # Include file not found. #include ^^^^^^^^^ Error 112: "GL.xs", line 5 # Include file not found. #include ^^^^^^^^^^^^^ Error 419: "GL.c", line 359 # 'Boolean' is used as a type, but has not been defined as a type. Boolean b = (long)SvIV(ST(0)); ^^^^^^^ Error 419: "GL.c", line 436 # 'Coord' is used as a type, but has not been defined as a type. Coord x = (float)SvNV(ST(0)); ^^^^^ Error 419: "GL.c", line 437 # 'Coord' is used as a type, but has not been defined as a type. Coord y = (float)SvNV(ST(1)); ^^^^^ Error 419: "GL.c", line 438 # 'Coord' is used as a type, but has not been defined as a type. Coord radius = (float)SvNV(ST(2)); ^^^^^ Error 419: "GL.c", line 458 # 'Coord' is used as a type, but has not been defined as a type. Coord x = (float)SvNV(ST(0)); ^^^^^ Error 419: "GL.c", line 459 # 'Coord' is used as a type, but has not been defined as a type. Coord y = (float)SvNV(ST(1)); ^^^^^ Error 419: "GL.c", line 460 # 'Coord' is used as a type, but has not been defined as a type. Coord radius = (float)SvNV(ST(2)); ^^^^^ Error 419: "GL.c", line 480 # 'Icoord' is used as a type, but has not been defined as a type. Icoord x = (long)SvIV(ST(0)); ^^^^^^ Error 419: "GL.c", line 481 # 'Icoord' is used as a type, but has not been defined as a type. Icoord y = (long)SvIV(ST(1)); ^^^^^^ Error 419: "GL.c", line 482 # 'Icoord' is used as a type, but has not been defined as a type. Icoord radius = (long)SvIV(ST(2)); ^^^^^^ Error 699: "GL.c", line 482 # Error limit reached; halting compilation. Icoord radius = (long)SvIV(ST(2)); ^^^^^^ make: *** [GL.o] Error 2