Salut,

"Subin Shahul Hameed" <[EMAIL PROTECTED]> wrote:

>I am using Solaris 9 and rrdtool 1.0.45 with gcc 2.95.3, Sun make and
>GNU make 3.80.
>
>When I run make I am getting the following error.  Please give me a
>solution.
>
>-------
>
>cd perl-shared && /usr/bin/perl Makefile.PL  
>Checking if your kit is complete...
>Looks good
>Writing Makefile for RRDs
>cd perl-shared && make
>cp ntmake.pl blib/lib/ntmake.pl
>cp RRDs.pm blib/lib/RRDs.pm
>/usr/bin/perl -I/usr/perl5/5.6.1/lib/sun4-solaris-64int
>-I/usr/perl5/5.6.1/lib /usr/perl5/5.6.1/lib/ExtUtils/xsubpp  -typemap
>/usr/perl5/5.6.1/lib/ExtUtils/typemap RRDs.xs > RRDs.xsc && mv RRDs.xsc
>RRDs.c
>cc -c -I../src -I../gd1.3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
>-xO3 -xdepend    -DVERSION=\"1.000451\"  -DXS_VERSION=\"1.000451\" -KPIC
>-I/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -DPERLPATCHLEVEL=6 RRDs.c
>/usr/ucb/cc:  language optional software package not installed
>*** Error code 1

You are trying to use cc which is not installed because your gcc was
not found by configure or because building perl modules requires the
same compiler that was used to build perl itself.  Check configure
output for gcc, or install another perl (made with gcc) in
/usr/local/bin and put that path in front of your PATH.  If files in
src are compiled with gcc, you can go to the second case.

------                                                            ------ 
Philippe Charnier          [EMAIL PROTECTED],free.fr,FreeBSD.org}

    ``a PC not running FreeBSD is like a venusian with no tentacles'' 
------------------------------------------------------------------------

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to