[rrd-users] rrdtool 1.2.23 compilation problem...

Eric Cables ecables at gmail.com
Wed Aug 1 23:11:49 CEST 2007


I am currently experiencing a problem compiling RRDTool 1.2.23 on my Solaris
10 system:

I have searched for the error, but haven't been able to produce anything
that will resolve my problem.  Any help/guidance is appreciated.

./configure --prefix=/usr/local --enable-perl-site-install
--with-tcllib=/usr/local/lib

make  all-recursive
Making all in src
Making all in doc
Making all in examples
Making all in bindings
Making all in tcl
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\"
gcc: no input files
*** Error code 1
make: Fatal error: Command failed for target `tclrrd.o'
Current working directory /root/packages/rrdtool-1.2.23/bindings/tcl
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='tcl'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /root/packages/rrdtool-1.2.23/bindings
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='src doc examples bindings'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /root/packages/rrdtool-1.2.23
*** Error code 1
make: Fatal error: Command failed for target `all'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.oetiker.ch/pipermail/rrd-users/attachments/20070801/04461a36/attachment.html 


More information about the rrd-users mailing list