From: James Vasile Newsgroups: comp.os.msdos.djgpp Subject: Link error Date: Mon, 08 Nov 1999 20:13:26 -0500 Organization: Columbia University Lines: 26 Message-ID: <=nQnOKbjzlVzaYg4DRIbQLf3nv49@4ax.com> NNTP-Posting-Host: dialup-cc5-43.cc.columbia.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsmaster.cc.columbia.edu 942106373 6684 128.59.4.45 (9 Nov 1999 00:12:53 GMT) X-Complaints-To: postmaster AT columbia DOT edu NNTP-Posting-Date: 9 Nov 1999 00:12:53 GMT X-Newsreader: Forte Agent 1.6/32.525 X-No-Archive: yes To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I posted this once, but getting no response, I thought I'd try again: Make gives me this: gccw32 -I. -DREGEX -DSTDC_HEADERS -DHAVE_STRING -D_WIN32 -D_DJGPP -o junkbstr.exe jcc.o parsers.o filters.o loaders.o bind.o conn.o encode.o ssplit.o socks4.o acl.o gnu_regex.o win32.o wsock32.a jcc.o(.text+0x2334):jcc.c: undefined reference to `_beginthread' make.exe: *** [junkbstr.exe] Error 1 I've been informed that _beginthread is part of the WinAPI. If such basic elements can't be found, I think I must have setup RSXNTDJ incorrectly, even though installation seems incredibly simple. Also, the sample programs I tried to compile worked just fine. These are in my environment: DJGPP=C:\code\DJGPP\DJGPP.ENV C_INCLUDE_PATH=C:\code\djgpp\RSXNTDJ\include\win32 RSXNTDJ=C:\code\djgpp\RSXNTDJ The rsxntdj directory is also in my path. If I've missed something basic, please point me to a doc or some such. Thanks all. -J