Jeff Miller writes:
gb> my 1st course of action was adding -ldl to the list of
gb> libraries $(ld_libs_all) in src/Makefile, but this did not work
gb> (why? i did not investigate)
Do you have a GNUmakefile?
ehm, yes...
gb> i got a glitch when (re?)building the "finder
database", a missing
gb> file of sort,
gb> ------------------------------------------------------------------------
gb> Building finder database ...
gb> xemacs exiting.Opening input file: No such file or directory,
gb> /home/jim/src/xemacs/lisp/.#finder-inf.el
gb> make: *** [lisp/finder-inf.el] Error 255
gb> ------------------------------------------------------------------------
interesting. do you or anyone with access to that source
directory, use an old package called delete/undelete?
no. absolutely no.
basically if you alias rm to delete, it doesn't actually delete
the
file, but renames it to .#filename so you could possible do an
"undelete" on it.
i have found no reference to ".#finder-inf.el" in the whole sources