> I build gdb-5.3 and gdb-6.0 with no special configure options. > It works well with 32-bit executables, but if I try to run a 64-bit > excuteable i get following messages: I think you need to build it with -m64. GDB needs to be 64bits to be able to debug 64bits executables. -- Joel