Date: Wed, 10 Nov 1999 00:54:36 +0200 From: Marius Myburg Subject: Re: Link error To: djgpp AT delorie DOT com Message-id: <0FKY00537D7Y9C@cpt-proxy1.mweb.co.za> MIME-version: 1.0 X-Mailer: Microsoft Internet Mail 4.70.1154 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-MSMail-Priority: Normal X-Priority: 3 Reply-To: djgpp AT delorie DOT com I am not sure about this, but you might be needing the Windows SDK. I've had a similar problem in the past, and traced the cause to the absence of these files. However, I still have the problem, because, although the SDK is supposed to be free and downloadable, I cannot find it. The one I did find, at www.microsoft.com, was for Windows NT. If you do not already have the WindowsSDK installed, and if you download it (I believe the filename for the file to download is ibldenv.exe, or something similar), and if it fixes your problem, please inform me where you downloaded it from. Anyway, as I said, I am not sure that this is your problem. I could be mistaken. ---------- > From: James Vasile > To: djgpp AT delorie DOT com > Subject: Link error > Date: Tuesday, November 09, 1999 3:13 AM > > 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