Re: [Arsperl-users] Problem installing ARSperl 1.93 with ARS 7.6.04
Brought to you by:
jeffmurphy
|
From: JeffMurphy <jcm...@je...> - 2012-10-03 18:04:23
|
Your perl exec was built with cc. Edit the Makefile by hand and adjust the CC and CCFLAGS lines as needed to make it compile. On Oct 3, 2012, at 11:24, "Austin, Ted (OET)" <ted...@st...> wrote: > 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…. > > > > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev > > > -- > Arsperl-users mailing list > Ars...@li... > https://lists.sourceforge.net/lists/listinfo/arsperl-users |