|
From: Jingbin L. <jin...@gm...> - 2007-09-09 02:10:16
|
Hi Everone, I am new to Valgrind community. Now I am trying to install valgrin (ver. 3.2.3) on our cluster under my account. Our cluster platform is Debian. The processor is 3.4Ghz Xeon and each node has 2G mem. When I type "./configure". I got the following message: #### checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for ranlib... ranlib checking for perl... /usr/bin/perl checking for gdb... /usr/bin/gdb checking for a supported version of gcc... ok (gcc (GCC) 4.1.3 20070812 (prerelease) (Debian 4.1.2-15)) checking build system type... x86_64-unknown-linux checking host system type... x86_64-unknown-linux checking for a supported CPU... ok (x86_64) checking for use as an inner Valgrind... no checking for a 64-bit only build... no checking for a 32-bit only build... no checking for a supported OS... ok (linux) checking for the kernel version... 2.6 family (2.6.22.5) checking for a supported CPU/OS combination... ok (x86_64-linux) checking for egrep... grep -E checking the glibc version... unsupported version configure: error: Valgrind requires glibc version 2.2 - 2.5 ###### and it stops. The reason is I only have glibc2.6 on the cluster. How could I install valgrind with glibc 2.6. Thanks you in advance. Best, Jingbin |