Hi too, seems you didn't setup $PATH correctly. You use Solaris "cc" which is always a mess. Try to link or change $PATH to use "GNU cc". On my Sun Sparc Blade with Solaris 8 and mounted GNU Tools under tcsh you can see clearly the diffencies when calling Sun "cc" or GNU "cc":
myhost:froehl,1% where cc /opt/gnu/bin/cc /usr/ucb/cc myhost:froehl,2% /opt/gnu/bin/cc -v Reading specs from /opt/gnu/lib/gcc-lib/sparc-sun-solaris2.6/2.7.2.3/specs gcc version 2.7.2.3 myhost:froehl,3% /usr/ucb/cc -v /usr/ucb/cc: language optional software package not installed myhost:froehl,4% And this mostly is responsible for failures under Solaris. And you can have those problems under Solaris with Perl too. Watch for the right versions, $PATH, @INC and so on. Solaris is quiet different to Linux on which most OpenSource compiles pretty good. I am going to holidays for 2 weeks, answers to questions will be after my return. Bye, Ecaroh [EMAIL PROTECTED] wrote: > > Hi, [...] > -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' > > > Regards, > KZ > > -- > 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 -- Gerhard Ecaroh Froehlich, Systemadministrator -- 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
