|
From: Neil Y. <gm...@yo...> - 2005-08-15 09:55:30
|
Neil Youngman <gmane <at> youngman.org.uk> writes: > > Neil Youngman <gmane <at> youngman.org.uk> writes: > > > > > I'm compiling using g++-3.4.4 on RedHat 7.3 > > I've just realised that although I've configured it wrih CC=gcc-3.4.4, it isn't > using gcc-3.4.4, so the declaration in the middle of the block is confusing it. > If it doesn't use CC from configure, I need to figure out how to get it to use > the correct version of gcc. The problem seems to be that valgrind-3.0.0/VEX/Makefile has CC=gcc, although it was set to gcc-3.4.4 in the configuration. Changing it in this Makefile allows valgrind to build. This seems to be a deficiency in the configuration script. Neil Youngman |