reload .so without restarting process

Ángel González keisial@gmail.com
Fri Dec 13 01:13:00 GMT 2013


On 05/12/13 15:01, net.study.sea@gmail.com 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.



More information about the Gcc-help mailing list