Mail Archives: djgpp/2000/11/07/12:07:44
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
>
- Raw text -