From: pavenis AT lanet DOT lv To: "Maurizio Galeone" Date: Tue, 7 Nov 2000 19:06:36 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: rsxntdj problem using c++ program CC: djgpp AT delorie DOT com Message-ID: <3A0852BC.7504.1291C4B@localhost> In-reply-to: <000b01c048d4$d4e4b980$da840b3e@s8w5z1> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 7 Nov 2000, at 17:07, Maurizio Galeone wrote: > > > > I suggest trying MINGW instead. It's easier than to get RSXNTDJ to > > build C++ programs. > > > uh.. thanx.. where can i find it?? http://www.mingw.org I think it could be guessed .... > > However, is there a way to build c++ > programs using rsxntdj??? > Is it possible? After some hacking ... libgcc.a contain references to __dj_stderr which is not present in libc.a from rsxntdj, so if corresponding part of libgcc.a is used, one is getting unresolved references. Maybe there were also other problems: I simply don't remeber as it was rather long time ago .... Main problems with rsxntdj and C++: rsxntdj doesn't have replacement for libstdcxx.a. It's not easy to build it for rsxntdj (I haven't really tried this very hard though...). Andris > thanx in advance > > Maurizio >