libsocket
|
It should be rather simple to build and install libsocket.
/usr/include/libsocket/
You may specify variables when invoking make: $ make VARIABLE_DECLARATIONS TARGET
Predefined vars are:
LIBPATH=/usr/lib HEADERPATH=/usr/include/libsocket CC=gcc CPP=g++ CFLAGS=
If you want to have errors on STDERR from libsocket, simply say $ make CFLAGS=-DVERBOSE
. If you want to install the shared libraries to /usr/local/lib
, use $ make LIBPATH=/usr/local/lib
.