|
From: Filipe C. <fi...@gm...> - 2008-07-15 08:53:39
|
Hi, I was under the (wrong?) impression that valgrind avoided libc functions as much as it could, but valgrind is currently depending on glibc's features.h (at least configure wants it). Is this dependency really needed? I ask this because I don't have glibc on the system I'm building valgrind in. I hacked up a features.h to shut up configure and I'm assuming it may break afterwards, but wanted to confirm. Thanks in advance, - Filipe Cabecinhas |