|
From: Petr M. <mi...@ph...> - 2006-06-10 17:33:22
|
Somebody has added new file bin_hook.o into makefile.all. This strange file does just #include "binary.c". Consequently, makefiles including makefile.all fail to link gnuplot because of multiple definitions from bin_hook.o and binary.o (e.g. makefile.mgw). Which one to remove from makefile.all? Or another action to take? --- PM |