|
From: Tom H. <to...@co...> - 2009-06-09 08:40:14
|
Tim Stitt wrote: > I was wondering if someone could tell me how I can build the latest > release of Valgrind (and its utilities) as static executables without > the '-shared' compiler option which seems to be the default. I was > hoping that '--enable-static' or '--disable-shared' options would be > accepted by ./configure but this doesn't seem to be the case. Currently > I am working in an environment where dynamic libraries are not supported. Actually valgrind is (unusually) pretty much entirely statically linked. I suspect what you are talking about the preload libraries, which have to be shared in order to do their job. Without them you will find that valgrind's functionality is somewhat restricted, just as it is when you run valgrind on a static executable. Tom -- Tom Hughes (to...@co...) http://www.compton.nu/ |