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