Rudi Völler
December 4th, 2007, 01:51 PM
Hi all,
Im installing Valgrind 2.4.1 from source on Kubuntu 7.10 and when I run the ./configure command, i get:
...
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 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2))
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking for a supported CPU... ok (i686)
checking for a supported OS... ok (linux)
checking for the kernel version... 2.6 family (2.6.22-14-generic)
checking for a supported CPU/OS combination... ok (i686-linux)
checking for egrep... grep -E
checking the glibc version... unsupported version
configure: error: Valgrind requires the glibc version 2.1, 2.2, 2.3 or 2.4
And I have to use this version of Valgrind for compatibility with another program I am using. build-essentials is also installed
So my question is, what are the best practices for installing old programs from source to insure that it doesn't damage my setup (e.g. should I install to other directories than the default ones?) and how do I solve this version issue with glibc?
Thanx!
Im installing Valgrind 2.4.1 from source on Kubuntu 7.10 and when I run the ./configure command, i get:
...
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 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2))
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking for a supported CPU... ok (i686)
checking for a supported OS... ok (linux)
checking for the kernel version... 2.6 family (2.6.22-14-generic)
checking for a supported CPU/OS combination... ok (i686-linux)
checking for egrep... grep -E
checking the glibc version... unsupported version
configure: error: Valgrind requires the glibc version 2.1, 2.2, 2.3 or 2.4
And I have to use this version of Valgrind for compatibility with another program I am using. build-essentials is also installed
So my question is, what are the best practices for installing old programs from source to insure that it doesn't damage my setup (e.g. should I install to other directories than the default ones?) and how do I solve this version issue with glibc?
Thanx!