libwaei is not compiled as shared library in Windows
Brought to you by:
pizzach
-no-undefined is required in LDFLAGS when compiling in Windows, or else it will be compiled as static library.
Warning message: "libtool: link: warning: undefined symbols not allowed in i686-w64-mingw32 shared libraries"
I attached a patch to fix this.