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
392 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 ...
0
votes
1answer
424 views
VSTS DB GDR - Why are references unresolved within the same database?
I am playing around with the Visual Studio Team Suite Database Edition GDR, and I've imported several of our databases.
I have literally thousands of warnings, most of which are unresolved ...