|
From: Jeremy F. <je...@go...> - 2003-12-23 01:16:13
|
On Mon, 2003-12-22 at 17:05, Jeremy Fitzhardinge wrote: > Ah, I think this we've chasing a red herring. The problem isn't your > executable; it's the linker you used to build Valgrind. What does > readelf -hls /usr/local/lib/valgrind/stage2 say? I'm guessing the > Makefile in coregrind/x86 has used the wrong version of "ld" to make > coregrind/x86/stage2.lds. I just checked in a fix to use gcc's ld rather than some ld it found in the path. Make sure you regenerate the Makefiles. and tell me if this helps J |