I just wanted to let everyone know that i was able to resolve the problem with the RRDs.o file by doing the following. I went into the perl-shared directory and edited the Makefile created by Makefile.PL, i commented out teh line that says "OPTIMIZE = -x03 -xdepend" and was able to make and make install rrdtool properly. Thanks for all the help.
Anshu -----Original Message----- From: Bhandari, Anshu Sent: Tuesday, July 17, 2001 11:24 AM To: '[EMAIL PROTECTED]'; Bhandari, Anshu Subject: RE: [rrd-users] compile errors related to pod2man Thanks Owen & Kevin! That took care of the pod2man problem. Now I am getting the following error: cp ntmake.pl blib/lib/ntmake.pl cp RRDs.pm blib/lib/RRDs.pm /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 gcc -c -I../src -I../gd1.3 -xO3 -xdepend -DVERSION=\"1.000331\" -DXS_VERSION=\"1.000331\" -I/usr/perl5/5.00503/sun4-solaris/CORE -DPERLPATCHLEVEL=5 RRDs.c gcc: language depend not recognized gcc: RRDs.c: linker input file unused since linking not done Running Mkbootstrap for RRDs () chmod 644 RRDs.bs LD_RUN_PATH="" gcc -o blib/arch/auto/RRDs/RRDs.so -G RRDs.o -L../src/.libs/ -lrrd_private -lm gcc: RRDs.o: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `blib/arch/auto/RRDs/RRDs.so' Current working directory /opt/fms_utils/contrib/rrdtool-1.0.33/perl-shared *** Error code 1 make: Fatal error: Command failed for target `perl_shared' Current working directory /opt/fms_utils/contrib/rrdtool-1.0.33 *** Error code 1 make: Fatal error: Command failed for target `all-recursive' I see earlier messages in the archive that address this problem by asking to check the directory blib/arch/auto/RRDs/ and I do see that there is nothing in that directory. But how do I fix this, where do i get those files from??? Thanks again, Anshu > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Ms. Anshu Bhandari > [EMAIL PROTECTED] > http://www.gofuzion.com > ~~ Success is a Journey, not a Destination!!!!!! ~~ > Vision is not seeing things as they are but as they will be!!!!!! > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > -- > 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
