|
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 |
|
From: Michael A. <Mic...@fs...> - 2007-09-09 02:17:56
|
Jingbin Li wrote: > 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: <SNIP> > 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. > > There is a patch at http://groups.google.com/group/linux.debian.bugs.rc/browse_thread/thread/8e1e71258bd25dc7/d3fb3a89aca38ca4?lnk=raot Another possibility is to runk 3.3.0svn. I have been running 3.3.0svn for a while and I hadn't had any problems so far. Most importantly it supports a number of SSE2/3 instructions that are not supported by the stable release, but you might not need them Cheers, Michael > Best, > Jingbin > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > |
|
From: Nicholas N. <nj...@cs...> - 2007-09-09 11:17:26
|
On Sat, 8 Sep 2007, Jingbin Li wrote: > 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. Try the code in the repository, which supports 2.6. See http://www.valgrind.org/downloads/repository.html for how. Nick |