Message-Id: <199809261312.JAA06899@indy.delorie.com> Comments: Authenticated sender is From: "George Foot" To: Doug Gale Date: Sat, 26 Sep 1998 14:09:56 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Rsxnt and Cpp? Reply-to: mert0407 AT sable DOT ox DOT ac DOT uk CC: djgpp AT delorie DOT com Precedence: bulk On 25 Sep 98 at 22:36, Doug Gale wrote: > Dalvemg wrote: > > > I've got rsxnt working(sort of) but I think something is wrong, I can't get > > the C++ example to compile. It just tells me line 13 of the make file has a > > missing sepeator... why, what have I done wrong ? Can you use C++ and rsxnt > > ? > > The "missing seperator" has nothing to do with C++ or RSXNT. That is caused by > not using a tab character at the beginning of the line in the makefile. There > must be a REAL tab character (not spaces) at the beginning of the command line > that builds the file. As far as C++ and RSXNT goes, you can't use C++ and > RSXNTDJ. I have tried to workaround this with no luck. It says "no stabs". I > have contacted the author of RSXNTDJ and hope to get a response soon. I can use the C++ compiler (v2.7.2.1) with RSXNTDJ. Maybe this is just a problem with more recent compilers? IIRC the more recent compilers use stabs debugging by default, and RSXNTDJ also puts in some stabs directives (for DLL references). Perhaps these clash with each other? Also I noticed that the latest gcc (v2.8.1) has its own version of the specs, which maybe needs to be merged with RSXNTDJ's version of the specs. No doubt you already tried this though. -- george DOT foot AT merton DOT oxford DOT ac DOT uk