Message-ID: <374B226F.7734821F@st.tel.hr> Date: Wed, 26 May 1999 00:21:35 +0200 From: Ivica Zaper X-Mailer: Mozilla 4.06 [en] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Need help with RSXNTDJ References: Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com > > The only thing that the installation instructions demanded and > > I didn't do is to replace 'ld.exe' with one that comes in RSXNTDJ > > package, only because the original file is newer (version 2.8.1). > > > > When I try to compile any of the sample projects within RSXIDE > > I get a message box with an error message saying > > That is why it does not work - the linker replacement that comes with RSX > is THE thing you MUST replace - it is just that which makes it possibly to > create Windows programs using GCC. The fact that the original is newer is > immaterial - it is the NEWER DOS version, not the "newer" RSX - Windows > capable one! I have gotten RSX myself and it runs fine - BTW I have two > "DJGPP" directories and dosboxmodes from W95 that I use - one for DOS DJGPP > coding and one for Windows DJGPP coding - i. e. I kept my original DJGPP > installation and created a second directory for RSXNTDJGPP. This might work > for you too if you are afraid of stuffing up you original DJGPP install. Tnx, I replaced the linker and finally managed to run the compiler, but now it seems i ran into more trouble. cc1.exe reports invalid option 'probe' (-mprobe). After that I get warnings about redefinition and type conflicts of 'size_t', 'wchar_t' etc. It looks like some header files like 'stdio.h', 'stdlib.h'(from '../djgpp/include) are included and are in conflict with header files from ../rsxntdj/include/... Are the files from /djgpp/include supposed to be included or the corresponding files from /rsxntdj/include (like stdio.h, stdlib.h, etc.)? If that is the trouble, how can I fix it ? Finally, make.exe reports 'error 1' in the *.o file and I end up with no executable file. Can anyone help ? Regards, Zapa BTW, I apologize for the late answer, but my ISP's news server seems to deliver only the messages sent to comp.os.msdos.djgpp and not the ones sent to the djgpp AT delorie DOT com, so I need to switch to another news server occasionally to get those... -- (c) Mad Hatter 1999