From: "Randy G" Newsgroups: comp.os.msdos.djgpp Subject: RSXNTDJ Date: Mon, 6 Sep 1999 15:21:40 -0400 Organization: The University of Manitoba Lines: 21 Message-ID: <7r17qa$sre$1@canopus.cc.umanitoba.ca> NNTP-Posting-Host: annex4-04.cc.umanitoba.ca X-Trace: canopus.cc.umanitoba.ca 936649354 29550 130.179.153.164 (6 Sep 1999 20:22:34 GMT) X-Complaints-To: Postmaster AT cc DOT umanitoba DOT ca NNTP-Posting-Date: 6 Sep 1999 20:22:34 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Following instructions from Johan Venter's page on how to set this up... I get this when I run 'make': ------------ C:\rsxntdj\SOURCE\emx4w32>make gccw32 -c -O2 winmain.c In file included from c:/rsxntdj/include/win32/windows.h:41, from winmain.c:23: c:/rsxntdj/include/win32/Base.h:259: warning: `__stdcall' redefined c:/rsxntdj/include/win32/wingnuc.h:39: warning: this is the location of the prev ious definition cc1.exe: Invalid option `-fstack-check' make.exe: *** [winmain.o] Error 1 ------------ I only have DJGPP 2.01 would that be the problem? Any suggestions what I can do to get this working? Thanks