On 05/12/13 15:01, net.study.sea@xxxxxxxxx wrote:
When you link into an executable, it ensures all the symbols are provided. But when you make a library, it doesn't (the missing symbols might be provided by the executable, althoughSo what is the difference between linking a .so into a library and into a executable? 发自我的 iPhone
it's not common). I suspect you're doing something wrong with your "solution", I'm afraid.