Hello List, I (a newbie) am trying to compile rrdtool on a solaris8 / GNU gcc. Configure goes ok but make falls over It seems to choke on using cc but I instructed configure that cc=gcc and all those things
this is where bad things start to happen: Checking if your kit is complete... Looks good Writing Makefile for RRDs cd perl-shared && make make[3]: Entering directory `/tmp/rrdtool-1.0.48/perl-shared' mkdir blib mkdir blib/lib mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/RRDs mkdir blib/lib/auto mkdir blib/lib/auto/RRDs mkdir blib/man3 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.. -I../src -I../gd1.3 -DHAVE_CONFIG_H -xO3 -xdepend -DVERSION=\"1.000481\" -DXS_VERSION=\"1.000481\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -DPERLPATCHLEVEL=5 RRDs.c make[3]: cc: Command not found make[3]: *** [RRDs.o] Error 127 make[3]: Leaving directory `/tmp/rrdtool-1.0.48/perl-shared' make[2]: *** [perl_shared] Error 2 make[2]: Leaving directory `/tmp/rrdtool-1.0.48' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/rrdtool-1.0.48' make: *** [all] Error 2 thanks for any help! L This communication may contain confidential and/or proprietary information and is intended only for use of the recipient(s) named above. It is not intended to create or affect any contractual arrangements between the parties. If you have received this email by mistake, please notify the sender and delete it immediately. BASE is not liable for the integrity and security of this message. -- 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
