Re: Self-built gdb-768 fails
Re: Self-built gdb-768 fails
- Subject: Re: Self-built gdb-768 fails
- From: Jonas Maebe <email@hidden>
- Date: Sat, 5 Jan 2008 00:23:38 +0100
On 05 Jan 2008, at 00:17, Peter O'Gorman wrote:
Jonas Maebe wrote:
tar xzf gdb-768.tar.gz
cd gdb-768
./configure
make
Probably silly question, but did this give you a gdb that is setgid
procmod like the one from Xcode?
Noting silly at all, but exactly what was missing indeed! The makefile
tries to chgrp procmod the resulting binary at the end, but ignores
the error in case this fails (which is the case when you build it as
regular user, since then you're not a member of the procmod group).
After setting the correct group and the setgid flag, it indeed works
now.
Thanks!
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden