ln -s ../plugin_common file does exists

Rob Siemborski rjs3 at andrew.cmu.edu
Thu Nov 14 20:19:53 EST 2002


On Fri, 15 Nov 2002, Achim Altmann wrote:

> File plugin_common.lo exists
>
> Please could you say what does this message meen?

Its a known bug, I've only seen it on systems where you build more than
once (and its fixed in cvs).

You can fix it by changing the makefile to rm -f plugin_common.o (or
plugin_common.lo) before they are symlinked, like:

 plugin_common.lo: plugin_common.o
+	rm -f plugin_common.lo
 	ln -s $(top_builddir)/plugins/plugin_common.lo plugin_common.lo

 plugin_common.o:
+	rm -f plugin_common.o
 	ln -s $(top_builddir)/plugins/plugin_common.o plugin_common.o

-Rob

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
Research Systems Programmer * /usr/contributed Gatekeeper






More information about the Info-cyrus mailing list