When I run `nm -u libc.so on the produced library I still find unresolved symbols. Can this be ok?
{UD} Yes, this is ok. There can be several kinds of unresolved symbols: • magic symbols automatically generated by the linker. These have names like __start_* and __stop_* • symbols starting with _dl_* come from the dynamic linker • weak symbols, which need not be resolved at all (fabs for example) Generally, you should make sure you find a real program which produces errors while linking before deciding there is a problem.
Related Questions
- The game installed OK, but when I try to run the game I get an error that reads "General Protection Fault: History: Init_Engine" And then the launcher quits. Whats wrong?
- When I run `nm -u libc.so on the produced library I still find unresolved symbols. Can this be ok?
- Which of these cars will run OK on 100% biodiesel?