Jeff Squyres, le Wed 05 Sep 2012 17:25:12 +0200, a écrit : > >> But they must be resolved at load time. > > > > Or not, when resolving lazily :) > > > Good point. I don't remember exactly what the rules are here, and they may > vary from OS to OS (i.e., some OS's may not support lazy symbol > resolution...?).
It also depends on the environment actually, see LD_BIND_NOW in ld.so(8). > But it's easiest/safest to think of it in terms of: the symbols must be able > to be resolved when this .so is dlopen'ed. Agreed. Samuel