On Thu, Feb 28, 2013 at 06:04:19PM -0300, Hugo Soares wrote:
Nothing changed, except from configure output (attached). No dll generated yet. Any ideas?
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes
So it wants to build shared libraries. So either you are not looking for them at the right place or they are only created when you do something like make install. The other thing is, use Google and search for libtool, cygwin shared libraries.
cheers holger