From: mhahn AT esoc DOT esa DOT de (Markus Hahn) Subject: Re: About TcpIp lib for DJGPP To: peiges AT arc DOT iki DOT rssi DOT ru (Pavel E. Eiges) Date: Wed, 6 Sep 1995 11:51:59 +0000 (GMT) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > > Any one know where i may find tcpip library for djgpp? > > Eiges P. > A TCPLib named watcp may be obtained via ftp to www.delorie.com/pub/djgpp/contrib get ~/tcplib.zip Be sure to supply the right libs when linking (see djgpp's FAQ). otherwise you'll get undefined references. As far as my memory serves me right you especially will need to link in LibPC -lpc. Try. Watcp is derived from the original waterloo's implementation of a TCP Lib, WatTcp. Have you yet looked up DJ's home page (same address) ? By, Marcus