X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: rs AT redplanet DOT mars DOT org DOT cy (Rotes Sapiens) Newsgroups: comp.os.msdos.djgpp Subject: Re: problem using rsxntdj Message-ID: <3c9d4b4b.3472800@news.chariot.net.au> References: <6536dc17 DOT 0203210924 DOT 6395f4bf AT posting DOT google DOT com> X-Newsreader: Forte Free Agent 1.21/32.243 Organization: Chariot Internet - http://www.chariot.net.au Lines: 15 X-Original-NNTP-Posting-Host: 127.0.0.1 Date: Sun, 24 Mar 2002 03:49:08 GMT NNTP-Posting-Host: 203.87.95.150 X-Complaints-To: abuse AT telstra DOT net X-Trace: vicpull1.telstra.net 1016941598 203.87.95.150 (Sun, 24 Mar 2002 14:46:38 EST) NNTP-Posting-Date: Sun, 24 Mar 2002 14:46:38 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 21 Mar 2002 09:24:21 -0800, andrew DOT zdenek AT ca DOT com (Andrew) wrote: >I tried running the poorteln.c example provided with the rsxntdj >download, but I am getting undefined reference errors for functions >which I believe are defined in the standard C header files. The errors >refer to _getsockhandle, _swaps, and _beginthread. I think I followed >the installation directions correctly and created the required >libraries. I also tried defining the "external" keyword to an empty >string as suggested in the FAQ. I am also using RHIDE. Is there >something else I need to do? Any help is appreciated. Thanks I think undefined reference errors can also refer to the compiler not being able to find the subroutines in the object . or library .a files. So you might need to specify -lwinsock or something.