Message-ID: <36637285.4E09F89C@montana.com> Date: Mon, 30 Nov 1998 21:37:25 -0700 From: bowman X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: gcc 2.8.1 + RSXNT References: <000201be1ca4$ea74f3e0$49c7f482 AT banan> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com "Bengt AT Playboj DOT com" wrote: > > Has anyone got rsxnt to work with gcc 2.8.1? do you have the latest rsxntdj package? The setup directions are in the rsxntdj.hlp file, with some additional notes in djgppFAQ. in addition, George Foot suggests %{Zwin32: -Le:/djgpp/rsxntdj/lib/all \ -Le:/djgpp/rsxntdj/lib/%{Zmt:m}%{!Zmt:s}t} for the spec file to use either -Zmt or -Zst to select the single or multithread version. The spec file as supplied doesn't supply a path for wither, and will fail during linking. You might want to rewrite the inlines in the include files as macros. C++ seems to be a problem with 2.8.1; I beleive you would need to rebuild the compiler with the stabs option selected.