From: firewind Newsgroups: comp.os.msdos.djgpp Subject: Re: missing files? Date: 18 Aug 1997 03:33:24 GMT Organization: Netcom Lines: 13 Message-ID: <5t8fq4$lmu@dfw-ixnews11.ix.netcom.com> References: <33F7488A DOT AC9BEE83 AT telenet DOT net> NNTP-Posting-Host: elp-tx2-11.ix.netcom.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Justin Kraft wrote: > when i try to compile this program, it says im missing socket.h, and > netbd.h. and, i have no clue why i don't have them. thanks.. > nuts203.c:26: sys/socket.h: No such file or directory (ENOENT) > nuts203.c:29: netdb.h: No such file or directory (ENOENT) Currently, DJGPP does not ship with any networking libraries. Thus, it is also missing network headers, such as the ones found missing above. If you're trying to port a net program, you might want to look into third-party libraries like WatTCP.