I'm trying to do a make on a software Orca and getting this error message. Can anyone help me? Thanks.
Current working directory /export/home/test/orca-0.27/packages/rrdtool-1.0.40
*** Error code 1
make: Fatal error: Command failed for target `make_rrdtool'
Current working directory /export/home/test/orca-0.27/packages
*** Error code 1
The following command caused the error:
for dir in packages lib src orcallator docs contrib; do \
if test -d $dir; then \
echo "cd $dir"; \
cd $dir || exit 1; \
echo "make CFLAGS=-g -O2 || exit 1"; \
make CFLAGS="-g -O2" || exit 1; \
echo "cd .."; \
cd ..; \
else \
exit 1; \
fi \
done
make: Fatal error: Command failed for target `all'
Current working directory /export/home/test/orca-0.27/packages/rrdtool-1.0.40
*** Error code 1
make: Fatal error: Command failed for target `make_rrdtool'
Current working directory /export/home/test/orca-0.27/packages
*** Error code 1
The following command caused the error:
for dir in packages lib src orcallator docs contrib; do \
if test -d $dir; then \
echo "cd $dir"; \
cd $dir || exit 1; \
echo "make CFLAGS=-g -O2 || exit 1"; \
make CFLAGS="-g -O2" || exit 1; \
echo "cd .."; \
cd ..; \
else \
exit 1; \
fi \
done
make: Fatal error: Command failed for target `all'