I am currently experiencing a problem compiling RRDTool 1.2.23 on my Solaris 10 system:<br><br>I have searched for the error, but haven't been able to produce anything that will resolve my problem. Any help/guidance is appreciated.
<br><br>./configure --prefix=/usr/local --enable-perl-site-install --with-tcllib=/usr/local/lib<br><br>make all-recursive<br>Making all in src<br>Making all in doc<br>Making all in examples<br>Making all in bindings<br>Making all in tcl
<br>gcc -g -O2 -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -g -O2 -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -fPIC -I/usr/local/include -I../../src -DUSE_TCL_STUBS -c -DVERSION=\"
1.2.23\"<br>gcc: no input files<br>*** Error code 1<br>make: Fatal error: Command failed for target `tclrrd.o'<br>Current working directory /root/packages/rrdtool-1.2.23/bindings/tcl<br>*** Error code 1<br>The following command caused the error:
<br>failcom='exit 1'; \<br>for f in x $MAKEFLAGS; do \<br> case $f in \<br> *=* | --[!k]*);; \<br> *k*) failcom='fail=yes';; \<br> esac; \<br>done; \<br>dot_seen=no; \<br>target=`echo all-recursive | sed s/-recursive//`; \
<br>list='tcl'; for subdir in $list; do \<br> echo "Making $target in $subdir"; \<br> if test "$subdir" = "."; then \<br> dot_seen=yes; \<br> local_target="$target-am"; \
<br> else \<br> local_target="$target"; \<br> fi; \<br> (cd $subdir && make $local_target) \<br> || eval $failcom; \<br>done; \<br>if test "$dot_seen" = "no"; then \<br> make "$target-am" || exit 1; \
<br>fi; test -z "$fail"<br>make: Fatal error: Command failed for target `all-recursive'<br>Current working directory /root/packages/rrdtool-1.2.23/bindings<br>*** Error code 1<br>The following command caused the error:
<br>failcom='exit 1'; \<br>for f in x $MAKEFLAGS; do \<br> case $f in \<br> *=* | --[!k]*);; \<br> *k*) failcom='fail=yes';; \<br> esac; \<br>done; \<br>dot_seen=no; \<br>target=`echo all-recursive | sed s/-recursive//`; \
<br>list='src doc examples bindings'; for subdir in $list; do \<br> echo "Making $target in $subdir"; \<br> if test "$subdir" = "."; then \<br> dot_seen=yes; \<br> local_target="$target-am"; \
<br> else \<br> local_target="$target"; \<br> fi; \<br> (cd $subdir && make $local_target) \<br> || eval $failcom; \<br>done; \<br>if test "$dot_seen" = "no"; then \<br> make "$target-am" || exit 1; \
<br>fi; test -z "$fail"<br>make: Fatal error: Command failed for target `all-recursive'<br>Current working directory /root/packages/rrdtool-1.2.23<br>*** Error code 1<br>make: Fatal error: Command failed for target `all'
<br clear="all"><br>