On Sun, May 20, 2001 at 05:22:42AM +0100, Matthew Wilcox wrote: > > but i would have throught that RTLD_LAZY would mean that it didn't have to > resolve foo immediately, only when it was used. Can someone explain what's > supposed to happen here? What type is foo? Lazy linking only works for .plt entries, ie. functions. Alan