Mail Archives: djgpp/1997/08/18/03:21:53
Justin Kraft <jubjub AT telenet DOT net> 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..
<snip>
> 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.
- Raw text -