Since you're using gcc, you need to remove "-KPIC" from CCFLAGS and "-xO3 -xdepend" from OPTIMIZE
Nicholas Berry Systems Engineer RagingWire Telecommunications, Inc. [EMAIL PROTECTED] -----Original Message----- From: Troy Lowe [mailto:[EMAIL PROTECTED] Sent: Thursday, August 08, 2002 4:49 PM To: [email protected] Subject: [rrd-users] Solaris 8 compile problems I'm attempting to complile rrdtool-1.0.39 on solaris 8 with perl 5.8.0, gcc 2.95.3 and make GNU Make version 3.79.1 and I'm getting the following errors. make[2]: Entering directory `/var/tmp/troy/rrdtool-1.0.39/perl-shared' cc -c -I../src -I../gd1.3 -xO3 -xdepend -DVERSION=\"1.000391\" -DXS_VERSION= -DPERLPATCHLEVEL=5 RRDs.c cc: unrecognized option `-KPIC' cc: language depend not recognized cc: RRDs.c: linker input file unused since linking not done LD_RUN_PATH="" cc -o blib/arch/auto/RRDs/RRDs.so -G RRDs.o -L../src/.libs/ -lrr cc: RRDs.o: No such file or directory make[2]: *** [blib/arch/auto/RRDs/RRDs.so] Error 1 make[2]: Leaving directory `/var/tmp/troy/rrdtool-1.0.39/perl-shared' make[1]: *** [perl_shared] Error 2 make[1]: Leaving directory `/var/tmp/troy/rrdtool-1.0.39' make: *** [all-recursive] Error 1 any thoughts? thanks, troy -- 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
