|
From: Dirk M. <dm...@gm...> - 2005-06-26 22:15:09
|
Hi, another one from the "doesn't build" department: valgrind.vs is used for linking "stage2", which versions the exported symbols with VALGRIND_2_1. I see several problems with that: a) VALGRIND_2_1 wasn't updated to VALGRIND_2_4 b) stage2 is installed in the valgrind lib subdir, so it doesn't matter c) stage2 is a plain binary, nothing links against it Newer linkers correctly complain about c) and abort the build, because trying to version a binary simply doesn't make any sense. At least as far as I can imagine. So, can I just remove that? Dirk |