Hi, I want to override a weak symbol in a dlopen()ed object with one whose value is calculated on the fly by the main-line executable. I don't see any easy way to define a new symbol in the executable's symtab, so I'm left with the necessity of generating a linkable object, dlopen()ing it first, and having the synthesised symbol definition override the weak one. Any comments or hints would be welcome Colin.
