> However, trying Mingw got me into problems with poll.c. The > sollution seemed simple: rewriting a few defines, include <window.h> > and link in libwsock32.
Right, now I remember. GNU Smalltalk uses poll assuming that it works also with consoles and so on. Code to deal with this is present in GLib, but it would be quite hard to recycle all of it -- at some point, you end up rewriting part of Cygwin... Linking winsock will not work because its select (which is the basis for the implementation of poll) only works for sockets. Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
