Hi, guys. Anyone has experience on compiling rrdtool on solaris 8 ? recently I downloaded rrdtool-1.0.28 , then compiled it on Solaris 8. but failed with following error:
=========================== 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.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.000281\" -DXS_VERSION=\"1.000281\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -DPERLPATCHLEVEL=5 RRDs.c sh: cc: not found *** Error code 1 make: Fatal error: Command failed for target `RRDs.o' Current working directory /tmp/rrdtool-1.0.28/perl-shared ================================= Of cause I know I should use gcc instead of cc, but this *Makefile* file is produced automatically. and all compiling before this error all used *gcc*. So I don't know where is the *cc* come from. The same rddtool package, I compiled it on Solaris2.6, all is OK. and just like I supposed , using *gcc* at this phase. So, I don't know what happen on my Solaris 8, maybe it's the compiling environment problem, but I can't figure it out. anyone can help me ? any hints are welcome yours sincerely likun -- 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
