I am building an extension that links with libraries that I have built on Linux and ported to Cygwin, as it is required that the web server run on Windows (don't ask). Porting my libraries to Windows is not really an option.
Can someone point me to some documentation on how to build a PHP extension as a DLL in Cygwin? Has anyone done this successfully?