|
From: Adam.Jirasek <ada...@gm...> - 2012-08-27 19:30:58
|
Hello I tried to install valgrind-3.6.1 on my gentoo linux installation and have an error message checking the GLIBC_VERSION version... unsupported version 2.15 configure: error: Valgrind requires glibc version 2.2 - 2.14 Any idea how I can get around this? Thanks! ] |
|
From: Tom H. <to...@co...> - 2012-08-27 20:09:41
|
On 27/08/12 20:34, Adam.Jirasek wrote: > I tried to install valgrind-3.6.1 on my gentoo linux installation and > have an error message > > > checking the GLIBC_VERSION version... unsupported version 2.15 > configure: error: Valgrind requires glibc version 2.2 - 2.14 > > > Any idea how I can get around this? Use valgrind 3.8.0 instead? Tom -- Tom Hughes (to...@co...) http://compton.nu/ |
|
From: John R. <jr...@bi...> - 2012-08-27 20:09:43
|
> I tried to install valgrind-3.6.1 on my gentoo linux installation and > have an error message A gentoo user who wants valgrind-3.6.1 instead of the released valgrind-3.8.0 That's somewhat of a mismatch in philosophies, isn't it? Why is 3.6.1 better for you? > checking the GLIBC_VERSION version... unsupported version 2.15 > configure: error: Valgrind requires glibc version 2.2 - 2.14 > > > Any idea how I can get around this? Edit the 'configure' script. Find GLIBC_VERSION and see what 2.15 does instead of 2.14. There is an assignment GLIBC_VERSION=.... Just after that, detect "2.15" and change to "2.14". IMNSHO you'd be better off using valgrind-3.8.0. valgrind-3.6.1 has _lots_ of unimplemented instructions and other bugs that have been fixed in 3.8.0. There's not quite two years of development that 3.6.1 does not have. -- |