Dynamic link under MinGW looks good, I even use dlfcn-win32 to make my old dlopen code run.
Why Pike must linked static under MinGW?
After I installed dlfcn-win32, I try to make pike again, Something such as ___Math.so is build out,
but ___Math.so has a ELF header, not MZ header, and Pike complain can't load it.
Maybe this is the problem.
Guo Xuesong