Jim, I downloaded the sources from: ftp://sources.redhat.com/pub/gdb/releases/
I had to make the following modifications, I didn't want go through all the code...so I'm not certain waht imapct this has but I could build sucessfully and run! In thread-db.c // supply_gregset ((gdb_gregset_t *) gregset); // above changed to : supply_gregset ((gdb_gregset_t *) &gregset); // fill_gregset ((gdb_gregset_t *) gregset, -1); // above changed to : fill_gregset ((gdb_gregset_t *) &gregset, -1); Similarly in proc-service.c Have I picked outdated sources? Thanks, Nish
