Re: reload .so without restarting process

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/12/13 15:01, net.study.sea@xxxxxxxxx wrote:
So what is the difference between linking a .so into a library and into a executable?

发自我的 iPhone
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, although
it's not common).

I suspect you're doing something wrong with your "solution", I'm afraid.





[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux