We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following tip has been tested successfully at the end of 2016. No more tests have been performed, but it is expected to still apply.
modify PATH with GNU tools before the native ones (/usr/local/gnu)
modify Makefile with:
CC = gcc
MYLIBS = -lsocket
LIBDIRS = -L/usr/local/lib