Re: query for ASLR settings in Xcode.
Re: query for ASLR settings in Xcode.
- Subject: Re: query for ASLR settings in Xcode.
- From: Jonas Maebe <email@hidden>
- Date: Fri, 23 Oct 2009 10:08:30 +0200
On 23 Oct 2009, at 10:03, Jean-Daniel Dupas wrote:
Le 21 oct. 2009 à 20:31, Arnab Ganguly a écrit :
I was following the steps for getting the ASLR (Address Space
Layout Randomization) settings for my Application.
But when I set Project/Target Settings > Build > Other Linker
Flags > as "-pie" I get errors as /Developer/usr/bin/libtool:
can't open file: lpie (No such file or directory).
Try '-W-pie' instead of '-pie'
The -W option tell gcc to pass the following string (-pie here) to
ld when linking.
Isn't it normally -Wl,-pie ?
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