Eric Pouech wrote:
aren't you, by any chance, compiling with gcc >= 3.1 ? if so, you need to force emission of stabs as a debugging format while running configure something like this should work CFLAGS=-gstabs+ ./configure
Maybe we should patch configure.ac to detect this and add the apropriate compile switch?
A+