From octave-maintainers-request at bevo dot che dot wisc dot edu Fri Apr 16 14:09:51 1999 Subject: scripts for sqrtm,logm From: "Ross A. Lippert" To: octave-maintainers at bevo dot che dot wisc dot edu Date: Fri, 16 Apr 1999 13:09:18 -0600 I have written scripts to replace sqrtm and logm. I removed log.cc from the DLD-FUNCTIONS subdir and tried to remake but found: cd src; make all egrep: can't open ./DLD-FUNCTIONS/log.cc egrep: can't open ./DLD-FUNCTIONS/log.cc make[2]: Entering directory `/bitbucket/fsf/octave-2.1.14/src' make[2]: *** No rule to make target `DLD-FUNCTIONS/log.cc', needed by `log.d'. Stop. What makefiles should be modified? -r