Warren Young <wyml <at> etr-usa.com> writes: > It would be nice if rebase were smart enough to look for *.mex and *.oct only in known Octave directories, but > it isn’t my itch, so I’m not going to be doing anything about it.
I'll see if that's possible without running yet another find or at least not running them more than once on the same directory. > > The following DLLs couldn't be rebased due to errors: > > /usr/bin/cygintl-8.dll > > /usr/bin/cygiconv-2.dll > > I got similar errors in my testing, though with different libraries. I reinstalled those library packages > and the errors went away. The most likely source of those errors is that some Cygwin process still hangs around in the background. Next up is that the files are inaccessible, which can be fixed by reinstalling. Last but not least if BLODA opens the DLL while rebase is trying to work on it, then rebase will fail as well (if it's always different DLL that throw the error then that's the most likely axplanation even). Regards, Achim.