Hi all, I was trying to compile a simple c program (a simple academic tcp client), and g++, invoked by sciTe interface, doen't recognize things like
strerror, bcopy ecc
these are in the standard c library, right?
so, where can I find those libraries? What should I do?