From: Sylvain BEUCLER Newsgroups: comp.os.msdos.djgpp Subject: Precision: Help: DJGPP+RSX incompatiblity? Date: Thu, 19 Dec 2002 18:58:01 +0100 Organization: University of Nice-Sophia Antipolis Lines: 29 Message-ID: <3E0208A9.9D743E9@libertysurf.fr> References: <3E01CB82 DOT DB7171B0 AT libertysurf DOT fr> NNTP-Posting-Host: milou.unice.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: malibu.unice.fr 1040320895 269288 134.59.2.72 (19 Dec 2002 18:01:35 GMT) X-Complaints-To: usenet AT malibu DOT unice DOT fr NNTP-Posting-Date: 19 Dec 2002 18:01:35 GMT X-Mailer: Mozilla 4.77 [fr] (X11; U; Linux 2.4.2-2 i686) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I experimented some more, and it appears that I only have to replace the current gcc.exe with the one from my old gcc2.953 and add its lib (djgpp/lib/gnu/djgpp/2.953) to make the compilation with gccw32 produce a correct executable. Can somebody help me to find what's wrong with the more recent gcc and RSX? -- Sylvain Beucler  > Hello, > > I just installed the lastest versions of DJGPP 2.03 and RSX 1.51 using > the Zip Picker. > > I work under Win98. > DJPP compiled the sample "hello.c" fine. > I then tried RSXNTDJ, it compiled well my sample example (creation of a > minimalist window), but I got a DOS-like console and immediately after a > "classical" Windows error telling me that the program made some > non-conform operation. > > I then had the idea to install RSXNTDJ over an old DJGPP that I > downloaded last year (nov. 2001), and it compiled and executed my source > well. > > Is there some incompatibility between RSX and the new DJGPP version?