-joe
> I'm running OS 10.6.4. GDB gives the error for a simple hello world
> program. Any thoughts (GDB bug, sections need to be reordered,...)?
Sounds like your version of gdb only supports DWARF2, not DWARF3. I
recommend building a newer version. http://sourceware.org/gdb/download/
Ian
-joe