From octave-maintainers-request at bevo dot che dot wisc dot edu Fri Apr 16 15:08:14 1999 Subject: scripts for sqrtm,logm From: "John W. Eaton" To: "Ross A. Lippert" Cc: octave-maintainers at bevo dot che dot wisc dot edu Date: Fri, 16 Apr 1999 15:07:39 -0500 (CDT) On 16-Apr-1999, Ross A. Lippert wrote: | 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? You need to change the list of files in DLD_XSRC in src/Makefile.in and then re-run config.status to recreate the src/Makefile. jwe