|
From: Hans-Bernhard B. <br...@ph...> - 2004-10-03 14:29:34
|
Daniel, or whoever has time to look into this: the strange construction of bin_hook.c #include'ing binary.c currently causes a complete break of the Cygwin build. It essentially introduces to complete copies of binary.c into the build, which causes a multiple definition error from the linker for everything defined in there. Basically, the problem is that both bin_hook.o and binary.o end up listed in makefile.all, so they will both be compiled and linked. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |