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?