|
From: Michael G. <mg...@te...> - 2006-03-10 06:51:23
|
> is there any way to compile Gnu Screen with MinGW? If I run a naive=20 > ./configure, the script dies with >=20 > checking for select > checking for select with -lnet -lnsl > configure: !!! no select - no screen >=20 > I don't know precisely what that means or what else I need to install. > I'd greatly appreciate any help with this, Configure msgs like these usually mean that the just tested for library/feature is missing on the system. In this particular case it checks for unix/bsd(?) like sockets and fails because on Win32 you will have to use winsock(2). You should fix this by modifying the appropriate test in configurere.in and then rerun autoconf. Chances are that you will then encounter more similar problems (which would require similar fixes...) Since you weren't aware what the above error means this solution might not be for you... Best, Michael =2D-=20 Vote against SPAM - see http://www.politik-digital.de/spam/ Michael Gerdau email: mg...@te... GPG-keys available on request or at public keyserver |