Hi all, I installed newlib with "make all install" When I tried to compile a simple socket program, I get the following errors: error: sys/socket.h: No such file or directory error: netinet/in.h: No such file or directory .. netinit/tcp.h arpa/inet.h netdb.h etc Why they werent installed by default? How do I fix this? Thanks /kmk