Re: query for ASLR settings in Xcode.
Re: query for ASLR settings in Xcode.
- Subject: Re: query for ASLR settings in Xcode.
- From: Chris Espinosa <email@hidden>
- Date: Sat, 24 Oct 2009 09:33:28 -0700
On Oct 24, 2009, at 9:25 AM, Jean-Daniel Dupas wrote:
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).
Could you show us the whole linker invocation and error/warning
output? It may be that the kind of binary you're trying to link does
not support ASLR. For example, libtool is usually called when making
a static archive, not a dylib, and static archives don't support ASLR.
Chris
_______________________________________________
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