> What I am doing wrong ? Should I update my Cygwin version too ? > See the config.log if there is an 'could not find -luser32' or so.
I've encountered missing w32api library search path in recent mingw ld. perhaps it help to configure with ( I don't remember exactly which VAR I have used) LDFLAGS="-L/usr/lib/w32api" configure ... or CFLAGS="-L/usr/lib/w32api" configure ... Ralf
