[Arsperl-users] Problem installing ARSperl 1.93 with ARS 7.6.04
Brought to you by:
jeffmurphy
|
From: Austin, T. (OET) <ted...@st...> - 2012-10-03 15:39:38
|
I am having problems installing ARSperl 1.93 with ARS 7.6.04 on Solaris 10. I get the following error message when I do a make: $ make cp ARS/arerrno-h.pm blib/lib/ARS/arerrno-h.pm Skip blib/lib/ARS/OOsup.pm (unchanged) cp ARS/ar-h.pm blib/lib/ARS/ar-h.pm Skip blib/lib/ARS/nparm.pm (unchanged) Skip blib/lib/ARS/OOmsgs.pm (unchanged) Skip blib/lib/ARS/OOform.pm (unchanged) cp ARS.pm blib/lib/ARS.pm AutoSplitting blib/lib/ARS.pm (blib/lib/auto/ARS) /usr/bin/perl /usr/perl5/5.8.4/lib/ExtUtils/xsubpp -typemap /usr/perl5/5.8.4/lib/ExtUtils/typemap -typemap typemap ARS.xs > ARS.xsc && mv ARS.xsc ARS.c cc -c -I/apps/bmc/ars/api/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"1.93\" -DXS_VERSION=\"1.93\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" -g -DARS32 -DARS452 -DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=4 -DPERL_BASEREV_IS=50 ARS.c sh: cc: not found *** Error code 1 make: Fatal error: Command failed for target `ARS.o' We are using gcc. Please advise. ted.... |