I believe -C is a gmake option, but wouldn't swear to it. Does your problem go away if you use gmake instead of make?
-dave
-----Original Message----- From: neil lehrer To: toasters Sent: 8/17/01 8:39 AM Subject: ndmpcopy problem
hi,
i downloaded ndmpcopy 1.2 from ndmp.org
when i first tried to make it on solaris 7 i got
make: Fatal error: Unknown option `-C' *** Error code 1 make: Fatal error: Command failed for target `all'
from the src:
SUBDIRS= lib src TARGETS = all clean
$(TARGETS):: for i in $(SUBDIRS); do $(MAKE) -C $$i $@ || exit 1; done
removing the '-C' does not correct the problem.
suggestions?