Date: Tue, 4 Aug 1998 17:18:20 -0700 (PDT) Message-Id: <199808050018.RAA10223@mail.pris.bc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: djgpp AT delorie DOT com From: Mary Ellen Howitt Subject: HTGET.C Precedence: bulk Hey. I'm working on a (loose) port of HTGET.C to DJGPP from Borland C++ 3.1. When I try to compile it I get two undefined references: undefined reference to 'MsecClock', CDGET.C, line 95 undefined reference to 'vsscanf', SOCK_PRN.C(libtcp.a) Does anyone know if MsecClock has an equivalent in DJGPP or if vsscanf is in some c file out on the 'net? It was put in SOCK_PRN.C of the LIBTCP files. Thanks in advance, Colin Dellow