I figured out that there were some issues with my
lightweight patch to build expat on Cygwin with a
shared library, so I patched it again, now standard
Cygwin libs are created (cygexpat-x.dll) and a
standard importlib (libexpat.dll.a) and also a static
library (libexpat.a), xmlwf.exe will be linked against
the dll.
Build just as usual:
./configure
make
make install
puts everything in /usr/local/*
Have fun,
Gerrit
Logged In: YES
user_id=3066
See patch in SF patch #501295.
Logged In: YES
user_id=3066
Moved patch comments to the report that actually has the
patch attached. Closing this as a duplicate.