Date: Thu, 8 Oct 1998 15:19:31 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Cyril DREYFUS cc: djgpp AT delorie DOT com Subject: Re: RSXNTDJ & "go32.h", "dpmi.h" header functions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 8 Oct 1998, Cyril DREYFUS wrote: > I have no trouble compiling and running this under regular DOS gcc, but > the windows build won't fly (won't build due to unresolve ref if the > original ld.exe is used, crashes if the patch ld.exe is used). When the linker complains about unresolved references, you need to find out in what libraries do the missing symbols live, and then add those libraries to your link command line. But your message implies that you think it's the linker's fault that it issues such complaints, and try to switch to another linker instead of solving the real problem. What you need to do is to search the RSXNT libraries for the missing references.