CFITSIO environment variable not found, assuming /usr/local/cfitsio Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lcfitsio Writing Makefile for Astro::FITS::CFITSIO cp CFITSIO.pm blib/lib/Astro/FITS/CFITSIO.pm AutoSplitting blib/lib/Astro/FITS/CFITSIO.pm (blib/lib/auto/Astro/FITS/CFITSIO) /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 CFITSIO.xs > CFITSIO.xsc && mv CFITSIO.xsc CFITSIO.c cc -c -I/usr/local/cfitsio -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=\"1.05\" -DXS_VERSION=\"1.05\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" CFITSIO.c Error 112: "CFITSIO.xs", line 11 # Include file "fitsio.h" not found. #include "fitsio.h" ^^^^^^^^^^ Error 112: "util.h", line 4 # Include file "fitsio.h" not found. #include "fitsio.h" ^^^^^^^^^^ Error 419: "util.h", line 10 # 'fitsfile' is used as a type, but has not been defined as a type. fitsfile *fptr; ^^^^^^^^ Error 419: "util.h", line 32 # 'LONGLONG' is used as a type, but has not been defined as a type. void* get_mortalspace(LONGLONG n, int datatype); ^^^^^^^^ Error 419: "util.h", line 33 # 'LONGLONG' is used as a type, but has not been defined as a type. AV* coerce1D ( SV* arg, LONGLONG n ); ^^^^^^^^ Error 419: "util.h", line 34 # 'LONGLONG' is used as a type, but has not been defined as a type. AV* coerceND ( SV* arg, int ndims, LONGLONG *dims ); ^^^^^^^^ Error 419: "util.h", line 35 # 'LONGLONG' is used as a type, but has not been defined as a type. void unpack1D ( SV* arg, void * var, LONGLONG n, int datatype, int perlyunpack); ^^^^^^^^ Error 419: "util.h", line 36 # 'LONGLONG' is used as a type, but has not been defined as a type. void unpack2D (SV* arg, void* var, LONGLONG* dims, int datatype, int perlyunpack); ^^^^^^^^ Error 419: "util.h", line 37 # 'LONGLONG' is used as a type, but has not been defined as a type. void unpack3D (SV* arg, void* var, LONGLONG* dims, int datatype, int perlyunpack); ^^^^^^^^ Error 419: "util.h", line 39 # 'LONGLONG' is used as a type, but has not been defined as a type. void unpackNDll (SV* arg, void * var, int ndims, LONGLONG *dims, int datatype, int perlyunpack); ^^^^^^^^ Error 419: "util.h", line 45 # 'fitsfile' is used as a type, but has not been defined as a type. long column_width(fitsfile * fptr, int colnum); ^^^^^^^^ Error 419: "util.h", line 48 # 'LONGLONG' is used as a type, but has not been defined as a type. void order_reversell (int nelem, LONGLONG *vals); ^^^^^^^^ Error 699: "util.h", line 48 # Error limit reached; halting compilation. void order_reversell (int nelem, LONGLONG *vals); ^^^^^^^^ make: *** [CFITSIO.o] Error 2