|
From: xinglp <xi...@gm...> - 2011-02-15 14:23:22
|
There are several 4M+ files under <prefix>/lib/valgrind. How about create a libcoregrind-<platform>.so instead of libcoregrind-<platform>.a, and make the huge files link to it. I've tried manually edit the Makefile.am,but failed. I can do the "move to shared lib job" on many sources (just add -fpic to CFLAGS and edit the Makefile.am),such as gdb ssh. It seems like the valgrind was complied and linked in a different way, so , how to get it work. Thanks for a hint. |