The non-lazy-ptr tag has no wiki summary.
1
vote
1answer
825 views
illegal text reloc to non_lazy_ptr error while building in xcode 4 with libav* libraries
I'm trying to build a simple application that uses ffmpeg's libav* libraries in xcode 4 and getting the following error:
ld: illegal text reloc to non_lazy_ptr from ...
7
votes
1answer
623 views
$non_lazy_ptr link error with agvtool version variables?
I've been using agvtool for one of my iPhone apps on general principle, and have recently found a reason why I want to be able to check the version variable (so that I can re-copy help content into ...
1
vote
0answers
556 views
non_lazy_ptr linker errors extern variables and functions iOS4 development
Thank you in advance for your help. I have an iPhone application written in a combination of c and Objective-C which gets a lot of linker errors such as:
"_gListSelection", referenced from:
...
2
votes
1answer
1k views
libtool vs ar for creating a static library (xcode linker)
Creating a static library on Mac 10.5 with xcode via libtool and with ar via the command line both generate a libMainProject.a file however, when trying to use the one generate by libtool to link into ...
-1
votes
1answer
1k views
non lazy ptr linking error - the solution
I have received many errors while trying to Build & Run my iphone app using the xcode.
All the errors stated "non lazy ptr" for the used variables in the code.
The solution for me (and for all of ...
0
votes
1answer
896 views
§non_lazy_ptr iphone sdk 3.0
After I built my iphone 2.2.1 application in sdk 3.0, I get a lot of errors of type §non_lazy_ptr. I am getting it on the CFFTPStream constants, like kCFStreamPropertyFTPPassword and ...
3
votes
5answers
6k views
OSX 10.5 Leopard Symbol Mangling with $non_lazy_ptr
Why does Leopard mangle some symbols with $non_lazy_ptr? More importantly what is the best method to fix undefined symbol errors because a symbol has been mangled with $non_lazy_ptr?