I downloaded library from http://sourceforge.net/projects/xsock/.
In INSTALL file are steps to run this libs.
I changed location to xsock/libxsock and type in terminal ./configure
Nothing happend... How to solve this?
cd' to the directory containing the package's source code and type
./configure' to configure the package for your system. If you're usingcsh' on an old version of System V, you might need to type
sh ./configure' instead to preventcsh' from trying to execute
configure' itself.Running `configure' takes a while. While running, it prints some messages telling which features it is checking for.
Type `make' to compile the package.
... 4...