On 06/07/07, Ilia Sotnikov wrote: > Also, you need to use winsock2.h header (and, of course -lws2_32 > during link stage) because of Windows specific declarations (eg. > WSAStartup(), the call without which any Winsock call would fail).
That is: ./configure LIBS="-lws2_32", right? I cannot seem to get past compiling parts of sanei, after reducing the backends/makefile to build net and dll. I have everything that is listed in the readme.windows. I'll try starting everything again. Hugh