Could not find mcc in your $PATH Using hardcoded paths! You probably will have to edit line 28 to line 30 in Makefile.PL Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lML Writing Makefile for Math::ematica cp ematica.pm blib/lib/Math/ematica.pm AutoSplitting blib/lib/Math/ematica.pm (blib/lib/auto/Math/ematica) /home/cpanrun/ia64/build/5.8.2/bin/perl /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -prototypes -typemap /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap ematica.xs > ematica.xsc && mv ematica.xsc ematica.c cc -c -I/usr/local/mathematica/AddOns/MathLink/DevelopersKits/Linux/CompilerAdditions -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=\"1.201\" -DXS_VERSION=\"1.201\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" ematica.c Error 112: "ematica.xs", line 27 # Include file not found. #include ^^^^^^^^^^^^ Error 419: "ematica.xs", line 33 # 'MLENV' is used as a type, but has not been defined as a type. MLENV env = NULL; ^^^^^ Error 419: "ematica.xs", line 50 # 'MLINK' is used as a type, but has not been defined as a type. read_packet (MLINK link) ^^^^^ Error 419: "ematica.xs", line 52 # 'mlapi_token' is used as a type, but has not been defined as a type. mlapi_token token; ^^^^^^^^^^^ Error 172: "ematica.xs", line 57 # Undeclared variable 'MLTKREAL'. case MLTKREAL:{ ^^^^^^^^ Error 172: "ematica.xs", line 65 # Undeclared variable 'MLTKINT'. case MLTKINT:{ ^^^^^^^ Error 172: "ematica.xs", line 73 # Undeclared variable 'MLTKSTR'. case MLTKSTR:{ ^^^^^^^ Error 419: "ematica.xs", line 74 # 'kcharp_ct' is used as a type, but has not been defined as a type. kcharp_ct string; ^^^^^^^^^ Error 172: "ematica.xs", line 82 # Undeclared variable 'MLTKSYM'. case MLTKSYM:{ ^^^^^^^ Error 419: "ematica.xs", line 83 # 'kcharp_ct' is used as a type, but has not been defined as a type. kcharp_ct string; ^^^^^^^^^ Error 172: "ematica.xs", line 91 # Undeclared variable 'MLTKFUNC'. case MLTKFUNC:{ ^^^^^^^^ Error 419: "ematica.xs", line 92 # 'kcharp_ct' is used as a type, but has not been defined as a type. kcharp_ct string; ^^^^^^^^^ Error 699: "ematica.xs", line 92 # Error limit reached; halting compilation. kcharp_ct string; ^^^^^^^^^ make: *** [ematica.o] Error 2