Hi there! When i give the make command this happens ... bash-2.05# make make all-recursive make[1]: Entering directory `/opt/rrdtool-1.0.49' Making all in cgilib-0.4 make[2]: Entering directory `/opt/rrdtool-1.0.49/cgilib-0.4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/opt/rrdtool-1.0.49/cgilib-0.4' Making all in gd1.3 make[2]: Entering directory `/opt/rrdtool-1.0.49/gd1.3' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/opt/rrdtool-1.0.49/gd1.3' Making all in zlib-1.1.4 make[2]: Entering directory `/opt/rrdtool-1.0.49/zlib-1.1.4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/opt/rrdtool-1.0.49/zlib-1.1.4' Making all in libpng-1.0.9 make[2]: Entering directory `/opt/rrdtool-1.0.49/libpng-1.0.9' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/opt/rrdtool-1.0.49/libpng-1.0.9' Making all in src make[2]: Entering directory `/opt/rrdtool-1.0.49/src' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/opt/rrdtool-1.0.49/src' Making all in doc make[2]: Entering directory `/opt/rrdtool-1.0.49/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/opt/rrdtool-1.0.49/doc' Making all in examples make[2]: Entering directory `/opt/rrdtool-1.0.49/examples' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/opt/rrdtool-1.0.49/examples' Making all in contrib make[2]: Entering directory `/opt/rrdtool-1.0.49/contrib' Making all in trytime make[3]: Entering directory `/opt/rrdtool-1.0.49/contrib/trytime' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/rrdtool-1.0.49/contrib/trytime' make[3]: Entering directory `/opt/rrdtool-1.0.49/contrib' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/opt/rrdtool-1.0.49/contrib' make[2]: Leaving directory `/opt/rrdtool-1.0.49/contrib' Making all in tcl make[2]: Entering directory `/opt/rrdtool-1.0.49/tcl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/opt/rrdtool-1.0.49/tcl' make[2]: Entering directory `/opt/rrdtool-1.0.49' test -r perl-piped/Makefile.PL.in \ || ln -s ./perl-piped/Makefile.PL.in perl-piped/Makefile.PL.in test -r perl-piped/RRDp.pm \ || ln -s ./perl-piped/RRDp.pm perl-piped/RRDp.pm cd perl-piped && /usr/bin/perl Makefile.PL Writing Makefile for RRDp cd perl-piped && make make[3]: Entering directory `/opt/rrdtool-1.0.49/perl-piped' Manifying blib/man3/RRDp.3 make[3]: Leaving directory `/opt/rrdtool-1.0.49/perl-piped' test -r perl-shared/Makefile.PL.in \ || ln -s ./perl-shared/Makefile.PL.in perl-shared/Makefile.PL.in test -r perl-shared/RRDs.pm \ || ln -s ./perl-shared/RRDs.pm perl-shared/RRDs.pm test -r perl-shared/RRDs.xs \ || ln -s ./perl-shared/RRDs.xs perl-shared/RRDs.xs cd perl-shared && make make[3]: Entering directory `/opt/rrdtool-1.0.49/perl-shared' /opt/SUNWspro/bin -c -I.. -I../src -I../gd1.3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -xO3 -xdepend -DVERSION=\"1.000491\" -DXS_VERSION=\"1.000491\" -KPIC -I/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -DPERLPATCHLEVEL=6 RRDs.c make[3]: execvp: /opt/SUNWspro/bin: Permission denied make[3]: *** [RRDs.o] Error 127 make[3]: Leaving directory `/opt/rrdtool-1.0.49/perl-shared' make[2]: *** [perl_shared] Error 2 make[2]: Leaving directory `/opt/rrdtool-1.0.49' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/rrdtool-1.0.49' make: *** [all] Error 2
the SUNWspro is my teacher's PC i wanna change the (execvp: /opt/SUNWspro/bin:) to my PC what i need to do ? i've tried to edit the Makefile but i didn't find the correct line to do this !! I only have permission to read on his PC !! thanks!! C U !!! -- 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
