Tagged Questions
3
votes
2answers
2k views
Are there general guidlines for solving undefined reference/unresolved symbol issues?
I'm having several "undefined reference" (during linkage) and "unresolved symbol" (during runtime after dlopen) issues where I work. It is quite a large makefile system.
Are there general rules and ...
1
vote
0answers
353 views
iOS: _main referenced from _main$non_lazy_ptr
I am trying to create an executable using the following linker command:
/path/to/ld64/i686-apple-darwin9-ld64 -ObjC -dead_strip -L/ -o ../someoutput -exported_symbol _main -Z ...