Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

newbie question on install

Status
Not open for further replies.

allen1994

Technical User
Jul 17, 2007
15
US
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'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top