cc is only a wrapper for SunWSPro CC, so that is what you need or configure using gcc instead of cc.
Laszlo -----Original Message----- From: Sasha Mikheev [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2003 5:27 PM To: 'Steinbrugger Ursula'; [email protected] Subject: [rrd-users] Re: errors during installation on solaris 2.8 Perl on sun is compiled with Sun C compiler and it will give wrong compilation options to gcc. In your case there is a cc in /usr/ucb. This is a non functional sun compiler ;) Probably it is best to install perl that was compiled with gcc and try again. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Steinbrugger > Ursula > Sent: Thursday, April 10, 2003 4:58 PM > To: [email protected] > Subject: [rrd-users] errors during installation on solaris 2.8 > > > Hi all, > > I want to install rrdtool 1.0.41 on a Sun Solaris 2.8 machine, > perl 5.005_03 > gcc version 3.2 > > During the "make" routine, I receive the following errors: > > /usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris > -I/usr/perl5/5.00503 /usr/perl5/5.00503/ExtUtils/xsubpp > -typemap /usr/perl5/5.00503/ExtUtils/typemap RRDs.xs >xstmp.c > && mv xstmp.c RRDs.c > cc -c -I../src -I../gd1.3 -xO3 -xdepend > -DVERSION=\"1.000411\" -DXS_VERSION=\"1.000411\" -KPIC > -I/usr/perl5/5.00503/sun4-solaris/CORE -DPERLPATCHLEVEL=5 RRDs.c > /usr/ucb/cc: language optional software package not installed > *** Error code 1 > make: Fatal error: Command failed for target `RRDs.o' > Current working directory > /usr/local/rrdtool/rrdtool-1.0.41/perl-shared > *** Error code 1 > make: Fatal error: Command failed for target `perl_shared' > Current working directory /usr/local/rrdtool/rrdtool-1.0.41 > *** Error code 1 > make: Fatal error: Command failed for target `all-recursive' > > Anybody ever seen this problem ? > > Thanks for any comments on this, > Ursula > > -- > 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 -- Attached file removed by Ecartis and put at URL below -- -- Type: application/ms-tnef -- Size: 2k (2656 bytes) -- URL : http://www.ee.ethz.ch/~slist/pantomime/3E958D4C27576-winmail.d -- 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 -- 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
