Yes, I think that's what I got the first time. I've not had time to play around with it further, and I get the impression that pntld was created because NT shared libraries don't do lazy resolution? I'm not sure what the problem is, as load_module does load the module and resolve all of the symbols. It just seems to not like one or more segments. I'm not sure yet whether that's coming from pntld (in which case the problem is in pntld), or whether it's from the mingw library stubs that the module is linked against (in which case the problem is in the nt dynamic loading stuff).
I've pretty much given up on using ld -shared, as there doesn't seem to be any way to force it to supress errors for unresolved symbols (even though there are command options to do just that, they don't seem to have any effect).
As always, suggestions are welcome!
Bill
On Tue, 4 Oct 2005, Martin Nilsson (lvl 60) @ Pike (-) developers forum wrote:
If I remember correctly it was statically compiled into one, big binary. Most things in the testsuite did work though.