|
From: Dirk M. <dm...@gm...> - 2003-11-14 14:06:18
|
On Friday 14 November 2003 14:41, Dimitri Papadopoulos-Orfanos wrote: > I'm trying to run valgrind-2.0.0 on a program that makes use of OpenGL > on Red Hat Linux 9. This is a dual-processor Dell with NVidia card and > latest drivers 1.0-4496. Valgrind dies. Any clue? you apparently compiled valgrind on a different system than you're running it on. try export LD_ASSUME_KERNEL=2.4.1 |