Message-ID: <37441F1A.72242204@montana.com> From: bowman X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i586) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help with RSXNTDJ References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 11 Date: Thu, 20 May 1999 08:41:30 -0600 NNTP-Posting-Host: 208.4.224.77 X-Trace: newsfeed.slurp.net 927339966 208.4.224.77 (Fri, 21 May 1999 21:26:06 CDT) NNTP-Posting-Date: Fri, 21 May 1999 21:26:06 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Stefan Viljoen wrote: > > 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 ld.exe that comes with RSXNTDJ is only really necessary to build Windows .dll's. Since it does not report missing links, I'd really suggest using the standard DJGPP ld.exe unless you want to do a .dll. Then, check for errors with the standard, and switch to the RSXNTDJ version if the link is ok.